Parent: [416d5b] (diff)

Child: [8becca] (diff)

Download this file

Makefile.am    34 lines (24 with data), 889 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
27
28
29
30
# This should be from configure'd CFLAGS
AM_CPPFLAGS = -DDEBUG -g -std=c++0x
lib_LTLIBRARIES = libupnpp.la
libupnpp_la_SOURCES = \
libupnpp/cdircontent.cxx \
libupnpp/cdirectory.cxx \
libupnpp/description.cxx \
libupnpp/device.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 upmpd/upmpdutils.cxx
upmpdcli_LDADD = libupnpp.la -lixml -lupnp -lexpat -lmpdclient -lpthread
#upmpdcli_LDFLAGS =
dist_pkgdata_DATA = upmpd/description.xml upmpd/AVTransport.xml \
upmpd/RenderingControl.xml