|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
3 |
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\" \
|
3 |
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\" \
|
4 |
-DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
|
4 |
-DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
|
5 |
|
5 |
|
6 |
AM_CXXFLAGS = -std=c++0x
|
6 |
AM_CXXFLAGS = -std=c++0x
|
7 |
|
7 |
|
8 |
bin_PROGRAMS = upmpdcli
|
8 |
bin_PROGRAMS = upmpdcli scctl
|
9 |
|
9 |
|
10 |
upmpdcli_SOURCES = \
|
10 |
upmpdcli_SOURCES = \
|
11 |
src/avtransport.cxx \
|
11 |
src/avtransport.cxx \
|
12 |
src/avtransport.hxx \
|
12 |
src/avtransport.hxx \
|
13 |
src/execmd.cpp \
|
13 |
src/execmd.cpp \
|
|
... |
|
... |
47 |
src/upmpdutils.hxx \
|
47 |
src/upmpdutils.hxx \
|
48 |
src/workqueue.hxx
|
48 |
src/workqueue.hxx
|
49 |
|
49 |
|
50 |
upmpdcli_LDADD = -lupnpp -lmpdclient -lpthread
|
50 |
upmpdcli_LDADD = -lupnpp -lmpdclient -lpthread
|
51 |
|
51 |
|
|
|
52 |
scctl_SOURCES = \
|
|
|
53 |
scctl_src/scctl.cxx
|
|
|
54 |
|
|
|
55 |
scctl_LDADD = -lupnpp -lpthread
|
|
|
56 |
|
52 |
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
|
57 |
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
|
53 |
src/RenderingControl.xml src/ConnectionManager.xml \
|
58 |
src/RenderingControl.xml src/ConnectionManager.xml \
|
54 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
59 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
55 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
60 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
56 |
src/protocolinfo.txt src/presentation.html
|
61 |
src/protocolinfo.txt src/presentation.html
|