10 lines
228 B
Makefile
10 lines
228 B
Makefile
|
libcppunitincludedir = $(includedir)/cppunit/plugin
|
||
|
|
||
|
libcppunitinclude_HEADERS = \
|
||
|
DynamicLibraryManager.h \
|
||
|
DynamicLibraryManagerException.h \
|
||
|
TestPlugIn.h \
|
||
|
TestPlugInDefaultImpl.h \
|
||
|
PlugInManager.h \
|
||
|
PlugInParameters.h
|