Restructured test directories.
[libsex.git] / tests / framework / Makefile.am
blob10e87df4390532576427c332e302d83304f955d3
1 noinst_LTLIBRARIES = libframework.la
2 libframework_la_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) $(CPPUNIT_CFLAGS)
3 libframework_la_CXXFLAGS = $(CPPUNIT_LIBS)
4 libframework_la_LIBADD   = $(top_srcdir)/src/libsex.la
5 libframework_la_SOURCES  = \
6         AutoCreatedException.cxx \
7         CountingException.cxx \
8         MockException.cxx \
9         UncloneableException.cxx