Switch to unified view

a/Makefile.am b/Makefile.am
...
...
13
     src/avtransport.cxx \
13
     src/avtransport.cxx \
14
     src/avtransport.hxx \
14
     src/avtransport.hxx \
15
     src/cdplugin.hxx \
15
     src/cdplugin.hxx \
16
     src/cdplugins/cmdtalk.cpp \
16
     src/cdplugins/cmdtalk.cpp \
17
     src/cdplugins/cmdtalk.h \
17
     src/cdplugins/cmdtalk.h \
18
     src/cdplugins/tidal/tidal.cxx \
18
     src/cdplugins/plgwithslave.cxx \
19
     src/cdplugins/tidal/tidal.hxx \
19
     src/cdplugins/plgwithslave.hxx \
20
     src/closefrom.cpp \
20
     src/closefrom.cpp \
21
     src/closefrom.h \
21
     src/closefrom.h \
22
     src/conf_post.h \
22
     src/conf_post.h \
23
     src/conftree.cpp \
23
     src/conftree.cpp \
24
     src/conftree.h \
24
     src/conftree.h \
...
...
93
                    src/cdplugins/pycommon/cmdtalkplugin.py \
93
                    src/cdplugins/pycommon/cmdtalkplugin.py \
94
                    src/cdplugins/pycommon/conftree.py \
94
                    src/cdplugins/pycommon/conftree.py \
95
                    src/cdplugins/pycommon/routing.py
95
                    src/cdplugins/pycommon/routing.py
96
cdpluginstidaldir = $(pkgdatadir)/cdplugins/tidal
96
cdpluginstidaldir = $(pkgdatadir)/cdplugins/tidal
97
cdpluginstidal_DATA = \
97
cdpluginstidal_DATA = \
98
                  src/cdplugins/tidal/tidal.py 
98
                  src/cdplugins/tidal/tidal-app.py 
99
cdpluginstidallibdir = $(pkgdatadir)/cdplugins/tidal/tidalapi
99
cdpluginstidallibdir = $(pkgdatadir)/cdplugins/tidal/tidalapi
100
cdpluginstidallib_DATA = \
100
cdpluginstidallib_DATA = \
101
                  src/cdplugins/tidal/tidalapi/__init__.py \
101
                  src/cdplugins/tidal/tidalapi/__init__.py \
102
                  src/cdplugins/tidal/tidalapi/models.py
102
                  src/cdplugins/tidal/tidalapi/models.py
103
103
...
...
118
    (cd $(DESTDIR)$(sysconfdir); test -f upmpdcli.conf || \
118
    (cd $(DESTDIR)$(sysconfdir); test -f upmpdcli.conf || \
119
            mv upmpdcli.conf-dist upmpdcli.conf)
119
            mv upmpdcli.conf-dist upmpdcli.conf)
120
    (cd $(DESTDIR)$(pkgdatadir); tar xzf -) < web.tar.gz 
120
    (cd $(DESTDIR)$(pkgdatadir); tar xzf -) < web.tar.gz 
121
    (cd $(DESTDIR)$(pkgdatadir); tar xzf -) < rdpl2stream.tar.gz
121
    (cd $(DESTDIR)$(pkgdatadir); tar xzf -) < rdpl2stream.tar.gz
122
    (cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)
122
    (cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)
123
    (cd $(DESTDIR)/$(cdpluginstidaldir); chmod a+x tidal.py) 
123
    (cd $(DESTDIR)/$(cdpluginstidaldir); chmod a+x tidal-app.py) 
124
124
125
dist_pkgdata_SCRIPTS = samplescripts/Analog-Input
125
dist_pkgdata_SCRIPTS = samplescripts/Analog-Input
126
126
127
dist_sysconf_DATA = src/upmpdcli.conf-dist
127
dist_sysconf_DATA = src/upmpdcli.conf-dist
128
            
128