diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 16:06:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-25 16:06:48 -0600 |
commit | e5e6497cb7ef4cc3d384c1f01962f99934cc1eee (patch) | |
tree | b07acf62110358224eecf016c6238c012d432fb3 /CMakeLists.txt | |
parent | e1f0701a044549183106d857deaae291cc5950b0 (diff) | |
download | kbfx-e5e6497cb7ef4cc3d384c1f01962f99934cc1eee.tar.gz kbfx-e5e6497cb7ef4cc3d384c1f01962f99934cc1eee.zip |
Fix FTBFS again
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f9842..5dc01cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,6 @@ add_subdirectory( images ) add_subdirectory( plugins ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) -tde_conditional_add_subdirectory( USE_STRIGI plugins/strigi ) SET(DIST_INCLUDE "kbfx-9999.ebuild kbfx.spec kbfx-${GENTOO_VERSION}.ebuild strigi-${STRIGI_VERSION}.ebuild") SET(DIST_EXCLUDE "Helperstuff") |