|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
77 |
src/mediaserver/mediaserver.hxx \
|
77 |
src/mediaserver/mediaserver.hxx \
|
78 |
src/mpdcli.cxx \
|
78 |
src/mpdcli.cxx \
|
79 |
src/mpdcli.hxx \
|
79 |
src/mpdcli.hxx \
|
80 |
src/netcon-fixed.cpp \
|
80 |
src/netcon-fixed.cpp \
|
81 |
src/netcon.h \
|
81 |
src/netcon.h \
|
|
|
82 |
src/ohcredentials.cxx \
|
|
|
83 |
src/ohcredentials.hxx \
|
82 |
src/ohinfo.cxx \
|
84 |
src/ohinfo.cxx \
|
83 |
src/ohinfo.hxx \
|
85 |
src/ohinfo.hxx \
|
84 |
src/ohmetacache.cxx \
|
86 |
src/ohmetacache.cxx \
|
85 |
src/ohmetacache.hxx \
|
87 |
src/ohmetacache.hxx \
|
86 |
src/ohplaylist.cxx \
|
88 |
src/ohplaylist.cxx \
|
|
... |
|
... |
123 |
|
125 |
|
124 |
scctl_LDADD = $(SCCTL_LIBS)
|
126 |
scctl_LDADD = $(SCCTL_LIBS)
|
125 |
|
127 |
|
126 |
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
|
128 |
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
|
127 |
src/RenderingControl.xml src/ConnectionManager.xml \
|
129 |
src/RenderingControl.xml src/ConnectionManager.xml \
|
128 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
130 |
src/OHProduct.xml src/OHCredentials.xml src/OHInfo.xml \
|
|
|
131 |
src/OHTime.xml \
|
129 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
132 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
130 |
src/OHRadio.xml src/mediaserver/ContentDirectory.xml \
|
133 |
src/OHRadio.xml src/mediaserver/ContentDirectory.xml \
|
131 |
src/protocolinfo.txt src/presentation.html \
|
134 |
src/protocolinfo.txt src/presentation.html \
|
132 |
src/upmpdcli.conf-dist
|
135 |
src/upmpdcli.conf-dist
|
133 |
|
136 |
|