10 lines
376 B
Makefile
10 lines
376 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
test_indexdir = $(tstsrcdir)/index
|
|
test_indexhdir = $(includedir)/CLucene/index
|
|
|
|
cl_test_SOURCES += $(test_indexdir)/TestHighFreqTerms.cpp
|
|
cl_test_SOURCES += $(test_indexdir)/TestIndexWriter.cpp
|
|
cl_test_SOURCES += $(test_indexdir)/TestUtf8.cpp
|
|
cl_test_SOURCES += $(test_indexdir)/TestReuters.cpp
|