|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
28 |
src/contentdirectory.hxx \
|
28 |
src/contentdirectory.hxx \
|
29 |
src/execmd.cpp \
|
29 |
src/execmd.cpp \
|
30 |
src/execmd.h \
|
30 |
src/execmd.h \
|
31 |
src/httpfs.cxx \
|
31 |
src/httpfs.cxx \
|
32 |
src/httpfs.hxx \
|
32 |
src/httpfs.hxx \
|
|
|
33 |
src/json.hpp \
|
|
|
34 |
src/main.hxx \
|
33 |
src/main.cxx \
|
35 |
src/main.cxx \
|
34 |
src/mediaserver.cxx \
|
36 |
src/mediaserver.cxx \
|
35 |
src/mediaserver.hxx \
|
37 |
src/mediaserver.hxx \
|
36 |
src/mpdcli.cxx \
|
38 |
src/mpdcli.cxx \
|
37 |
src/mpdcli.hxx \
|
39 |
src/mpdcli.hxx \
|
|
... |
|
... |
84 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
86 |
src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
|
85 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
87 |
src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
|
86 |
src/OHRadio.xml src/ContentDirectory.xml \
|
88 |
src/OHRadio.xml src/ContentDirectory.xml \
|
87 |
src/protocolinfo.txt src/presentation.html
|
89 |
src/protocolinfo.txt src/presentation.html
|
88 |
|
90 |
|
89 |
cdpluginsdir = $(pkgdatadir)/cdplugins/
|
|
|
90 |
cdpluginspycomdir = $(pkgdatadir)/cdplugins/pycommon
|
91 |
cdpluginspycomdir = $(pkgdatadir)/cdplugins/pycommon
|
91 |
cdpluginspycom_DATA = \
|
92 |
dist_cdpluginspycom_DATA = \
|
92 |
src/cdplugins/pycommon/cmdtalk.py \
|
93 |
src/cdplugins/pycommon/cmdtalk.py \
|
93 |
src/cdplugins/pycommon/cmdtalkplugin.py \
|
94 |
src/cdplugins/pycommon/cmdtalkplugin.py \
|
94 |
src/cdplugins/pycommon/conftree.py \
|
95 |
src/cdplugins/pycommon/conftree.py \
|
95 |
src/cdplugins/pycommon/routing.py
|
96 |
src/cdplugins/pycommon/routing.py
|
96 |
cdpluginstidaldir = $(pkgdatadir)/cdplugins/tidal
|
97 |
cdpluginstidaldir = $(pkgdatadir)/cdplugins/tidal
|
97 |
cdpluginstidal_DATA = \
|
98 |
dist_cdpluginstidal_DATA = \
|
98 |
src/cdplugins/tidal/tidal-app.py
|
99 |
src/cdplugins/tidal/tidal-app.py
|
99 |
cdpluginstidallibdir = $(pkgdatadir)/cdplugins/tidal/tidalapi
|
100 |
cdpluginstidallibdir = $(pkgdatadir)/cdplugins/tidal/tidalapi
|
100 |
cdpluginstidallib_DATA = \
|
101 |
dist_cdpluginstidallib_DATA = \
|
101 |
src/cdplugins/tidal/tidalapi/__init__.py \
|
102 |
src/cdplugins/tidal/tidalapi/__init__.py \
|
102 |
src/cdplugins/tidal/tidalapi/models.py
|
103 |
src/cdplugins/tidal/tidalapi/models.py
|
103 |
cdpluginsqobuzdir = $(pkgdatadir)/cdplugins/qobuz
|
104 |
cdpluginsqobuzdir = $(pkgdatadir)/cdplugins/qobuz
|
104 |
cdpluginsqobuz_DATA = \
|
105 |
dist_cdpluginsqobuz_DATA = \
|
105 |
src/cdplugins/qobuz/debug.py \
|
106 |
src/cdplugins/qobuz/debug.py \
|
106 |
src/cdplugins/qobuz/exception.py \
|
107 |
src/cdplugins/qobuz/exception.py \
|
107 |
src/cdplugins/qobuz/__init__.py \
|
108 |
src/cdplugins/qobuz/__init__.py \
|
108 |
src/cdplugins/qobuz/models.py \
|
109 |
src/cdplugins/qobuz/models.py \
|
109 |
src/cdplugins/qobuz/qobuz-app.py \
|
110 |
src/cdplugins/qobuz/qobuz-app.py \
|
110 |
src/cdplugins/qobuz/session.py
|
111 |
src/cdplugins/qobuz/session.py
|
111 |
cdpluginsqobuzlibdir = $(pkgdatadir)/cdplugins/qobuz/api
|
112 |
cdpluginsqobuzlibdir = $(pkgdatadir)/cdplugins/qobuz/api
|
112 |
cdpluginsqobuzlib_DATA = \
|
113 |
dist_cdpluginsqobuzlib_DATA = \
|
113 |
src/cdplugins/qobuz/api/easy.py \
|
114 |
src/cdplugins/qobuz/api/easy.py \
|
114 |
src/cdplugins/qobuz/api/__init__.py \
|
115 |
src/cdplugins/qobuz/api/__init__.py \
|
115 |
src/cdplugins/qobuz/api/raw.py
|
116 |
src/cdplugins/qobuz/api/raw.py
|
116 |
|
117 |
|
117 |
EXTRA_DIST = web.tar.gz rdpl2stream.tar.gz systemd/upmpdcli.service
|
118 |
EXTRA_DIST = web.tar.gz rdpl2stream.tar.gz systemd/upmpdcli.service
|