Fix: Headers are now installed.
[libsex.git] / tests / framework / Makefile.am
blob2ec637c46f2da17ce0f717883fadd13137385a54
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         CountingException.cxx \
7         MockException.cxx \
8         UncloneableException.cxx