Parent: [5345a7] (diff)

Child: [b108df] (diff)

Download this file

Makefile.am    28 lines (21 with data), 717 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This should be from configure'd CFLAGS
AM_CPPFLAGS = -DDEBUG -g
lib_LTLIBRARIES = libupnpp.la
libupnpp_la_SOURCES = \
libupnpp/cdircontent.cxx \
libupnpp/cdirectory.cxx \
libupnpp/description.cxx \
libupnpp/discovery.cxx \
libupnpp/ixmlwrap.cxx \
libupnpp/upnpplib.cxx \
libupnpp/getsyshwaddr.c \
libupnpp/vdir.cxx \
libupnpp/soaphelp.cxx \
libupnpp/md5.cxx
bin_PROGRAMS = upexplorer upmpdcli
upexplorer_SOURCES = upexplo/upexplo.cxx
upexplorer_LDADD = libupnpp.la -lixml -lupnp -lexpat -lpthread
#upexplorer_LDFLAGS =
upmpdcli_SOURCES = upmpd/upmpd.cxx upmpd/mpdcli.cxx
upmpdcli_LDADD = libupnpp.la -lixml -lupnp -lexpat -lmpdclient -lpthread
#upmpdcli_LDFLAGS =