summaryrefslogtreecommitdiffstats
path: root/deps/strigi/strigi-fix-missing-lucene-lib.diff
blob: cfc9d9ebfd641683e9023172bff3fccebed6e8d7 (plain) (blame)
1
2
3
4
5
6
7
--- a/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt	2011-07-26 19:12:39.000000000 +0200
+++ b/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt	2011-12-03 09:52:05.062132856 +0100
@@ -1,2 +1,2 @@
 add_executable(index2dump indexdump.cpp ../tcharutils.cpp)
-target_link_libraries(index2dump streamanalyzer ${CLUCENE1_LDFLAGS})
+target_link_libraries(index2dump streamanalyzer ${CLUCENE1_LDFLAGS} clucene-shared)