Fix: Headers are now installed.
[libsex.git] / tests / src / Makefile.am
blobfc72f0bf3cf44e1a257616f208ca418163591a3a
1 noinst_LTLIBRARIES = libtest.la
2 libtest_la_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) $(CPPUNIT_CFLAGS)
3 libtest_la_CXXFLAGS = $(CPPUNIT_LIBS)
4 libtest_la_LIBADD   = \
5         $(top_srcdir)/src/libsex.la \
6         $(top_srcdir)/tests/framework/libframework.la
7 libtest_la_SOURCES  = \
8         TestException.cxx \
9         TestUtility.cxx \
10         UsageExamples.cxx