|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
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 \
|
14 |
src/execmd.h \
|
14 |
src/execmd.h \
|
|
|
15 |
src/httpfs.cxx \
|
|
|
16 |
src/httpfs.hxx \
|
15 |
src/netcon.cpp \
|
17 |
src/netcon.cpp \
|
16 |
src/netcon.h \
|
18 |
src/netcon.h \
|
17 |
src/closefrom.cpp \
|
19 |
src/closefrom.cpp \
|
18 |
src/closefrom.h \
|
20 |
src/closefrom.h \
|
19 |
src/conftree.cxx \
|
21 |
src/conftree.cxx \
|
|
... |
|
... |
49 |
|
51 |
|
50 |
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
|
52 |
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
|
51 |
src/RenderingControl.xml src/ConnectionManager.xml \
|
53 |
src/RenderingControl.xml src/ConnectionManager.xml \
|
52 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
54 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
53 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
55 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
54 |
src/protocolinfo.txt
|
56 |
src/protocolinfo.txt src/presentation.html
|
55 |
|
57 |
|
56 |
dist_sysconf_DATA = src/upmpdcli.conf
|
58 |
dist_sysconf_DATA = src/upmpdcli.conf
|
57 |
|
59 |
|
58 |
dist_man1_MANS = man/upmpdcli.1
|
60 |
dist_man1_MANS = man/upmpdcli.1
|
59 |
|
61 |
|