|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
66 |
libupnpp/upnpputils.hxx
|
66 |
libupnpp/upnpputils.hxx
|
67 |
|
67 |
|
68 |
libupnpp_la_LDFLAGS = -release $(VERSION)
|
68 |
libupnpp_la_LDFLAGS = -release $(VERSION)
|
69 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
69 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
70 |
|
70 |
|
71 |
bin_PROGRAMS = upmpdcli upexplorer
|
71 |
bin_PROGRAMS = upmpdcli
|
72 |
|
|
|
73 |
upexplorer_SOURCES = upexplo/upexplo.cxx
|
|
|
74 |
upexplorer_LDADD = libupnpp.la
|
|
|
75 |
|
72 |
|
76 |
upmpdcli_SOURCES = \
|
73 |
upmpdcli_SOURCES = \
|
77 |
upmpd/conftree.cxx \
|
74 |
upmpd/conftree.cxx \
|
78 |
upmpd/conftree.hxx \
|
75 |
upmpd/conftree.hxx \
|
79 |
upmpd/ohmetacache.cxx \
|
76 |
upmpd/ohmetacache.cxx \
|
|
... |
|
... |
101 |
upmpd/ohplaylist.hxx \
|
98 |
upmpd/ohplaylist.hxx \
|
102 |
upmpd/ohplaylist.cxx \
|
99 |
upmpd/ohplaylist.cxx \
|
103 |
upmpd/base64.hxx \
|
100 |
upmpd/base64.hxx \
|
104 |
upmpd/base64.cxx
|
101 |
upmpd/base64.cxx
|
105 |
|
102 |
|
106 |
upmpdcli_LDADD = libupnpp.la -lmpdclient -lpthread
|
103 |
upmpdcli_LDADD = libupnpp.la -lmpdclient -lpthread -lrt
|
107 |
|
104 |
|
108 |
dist_pkgdata_DATA = upmpd/description.xml upmpd/AVTransport.xml \
|
105 |
dist_pkgdata_DATA = upmpd/description.xml upmpd/AVTransport.xml \
|
109 |
upmpd/RenderingControl.xml upmpd/ConnectionManager.xml \
|
106 |
upmpd/RenderingControl.xml upmpd/ConnectionManager.xml \
|
110 |
upmpd/OHProduct.xml upmpd/OHInfo.xml upmpd/OHTime.xml \
|
107 |
upmpd/OHProduct.xml upmpd/OHInfo.xml upmpd/OHTime.xml \
|
111 |
upmpd/OHVolume.xml upmpd/OHPlaylist.xml upmpd/protocolinfo.txt
|
108 |
upmpd/OHVolume.xml upmpd/OHPlaylist.xml upmpd/protocolinfo.txt
|