debian: fix build-deps for focal
[amule.git] / src / libs / common / Makefile.am
blob6656c2e167656d92d591866d9ae94b0b152f871d
1 AM_CPPFLAGS = $(MULECPPFLAGS) $(BFD_CPPFLAGS) $(WXBASE_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         FileFunctions.cpp \
13         Format.cpp \
14         MD5Sum.cpp \
15         MuleDebug.cpp \
16         Path.cpp \
17         strerror_r.c \
18         StringFunctions.cpp \
19         TextFile.cpp
21 noinst_HEADERS =  \
22         FileFunctions.h \
23         Format.h \
24         MD5Sum.h \
25         MuleDebug.h \
26         Path.h \
27         SmartPtr.h \
28         strerror_r.h \
29         StringFunctions.h \
30         TextFile.h
32 MAINTAINERCLEANFILES = Makefile.in