Upstream tarball 20080603
[amule.git] / unittests / muleunit / Makefile.am
blobe642945cb8294cd27220847a8b8772d5d9454adc
1 noinst_LIBRARIES = libmuleunit.a
2 libmuleunit_a_SOURCES = \
3         test.cpp \
4         test.h \
5         main.cpp \
6         testcase.cpp \
7         testcase.h \
8         testregistry.cpp \
9         testregistry.h \
10         $(top_srcdir)/src/libs/common/MuleDebug.cpp
12 libmuleunit_a_CPPFLAGS = $(MULECPPFLAGS) $(WXBASE_CPPFLAGS) -I$(top_srcdir)/src/libs -DMULEUNIT 
13 libmuleunit_a_CXXFLAGS = $(MULECXXFLAGS) $(WX_CFLAGS_ONLY) $(WX_CXXFLAGS_ONLY)
15 EXTRA_DIST = license.txt
17 MAINTAINERCLEANFILES = Makefile.in