Switch to unified view

a/Makefile.am b/Makefile.am
...
...
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 = \
52
scctl_SOURCES = \
53
    scctl_src/scctl.cxx \
53
    scctl_src/scctl.cpp \
54
    src/netcon.cpp \
54
    src/netcon.cpp \
55
    src/upmpdutils.cxx
55
    src/upmpdutils.cxx
56
56
57
scctl_LDADD = -lupnpp -lpthread
57
scctl_LDADD = -lupnpp -lpthread
58
              
58
              
...
...
60
                  src/RenderingControl.xml src/ConnectionManager.xml \
60
                  src/RenderingControl.xml src/ConnectionManager.xml \
61
                  src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
61
                  src/OHProduct.xml src/OHInfo.xml src/OHTime.xml \
62
                  src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
62
                  src/OHVolume.xml src/OHPlaylist.xml src/OHReceiver.xml \
63
                  src/protocolinfo.txt src/presentation.html
63
                  src/protocolinfo.txt src/presentation.html
64
64
65
EXTRA_DIST = web.tar.gz systemd/upmpdcli.service
66
67
web.tar.gz: bogus
68
  tar cvzf web.tar.gz web
69
bogus:
70
clean-local:
71
  rm -f web.tar.gz
72
73
install-data-hook:
74
  (cd $(DESTDIR)$(pkgdatadir); tar xzf -) < $(srcdir)/web.tar.gz 
75
65
dist_sysconf_DATA = src/upmpdcli.conf
76
dist_sysconf_DATA = src/upmpdcli.conf
66
77
67
dist_man1_MANS = man/upmpdcli.1
78
dist_man1_MANS = man/upmpdcli.1
68
79
69
EXTRA_DIST = systemd/upmpdcli.service
70
dist-hook:
80
#dist-hook:
71
    test -z "`git status -s | grep -v upmpdcli-$(VERSION)`"
81
#    test -z "`git status -s | grep -v upmpdcli-$(VERSION)`"
72
  git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'
82
#       git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'