Upstream tarball 20080721
[amule.git] / src / libs / common / Makefile.am
blobf1f08db88bf4ab81b36b160566fe022ef692ce07
1 AM_CPPFLAGS = $(MULECPPFLAGS) $(BFD_CPPFLAGS) $(WX_CPPFLAGS)
2 AM_CXXFLAGS = $(MULECXXFLAGS) $(WX_CFLAGS_ONLY) $(WX_CXXFLAGS_ONLY)
4 # Sources
6 noinst_LIBRARIES = \
7         libmulecommon.a
9 # Common to external apps and core/gui/monolithic
11 libmulecommon_a_SOURCES = \
12         Format.cpp \
13         MD5Sum.cpp \
14         MuleDebug.cpp \
15         StringFunctions.cpp \
16         FileFunctions.cpp \
17         TextFile.cpp \
18         Path.cpp
20 noinst_HEADERS =  \
21                 Format.h \
22                 MD5Sum.h \
23                 MuleDebug.h \
24                 StringFunctions.h \
25                 FileFunctions.h \
26                 TextFile.h \
27                 Path.h
29 MAINTAINERCLEANFILES = Makefile.in