7 lines
243 B
Makefile
7 lines
243 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
test_queryParserdir = $(tstsrcdir)/queryParser
|
|
test_queryParserhdir = $(includedir)/CLucene/queryParser
|
|
|
|
cl_test_SOURCES += $(test_queryParserdir)/TestQueryParser.cpp
|