7 lines
207 B
Makefile
7 lines
207 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
test_storedir = $(tstsrcdir)/store
|
|
test_storehdir = $(includedir)/CLucene/store
|
|
|
|
cl_test_SOURCES += $(test_storedir)/TestStore.cpp
|