Switch to unified view

a/Makefile.am b/Makefile.am
...
...
34
    libupnpp/control/service.hxx \
34
    libupnpp/control/service.hxx \
35
    libupnpp/device/device.cxx \
35
    libupnpp/device/device.cxx \
36
    libupnpp/device/device.hxx \
36
    libupnpp/device/device.hxx \
37
    libupnpp/device/vdir.cxx \
37
    libupnpp/device/vdir.cxx \
38
    libupnpp/device/vdir.hxx \
38
    libupnpp/device/vdir.hxx \
39
    libupnpp/base64.hxx \
40
    libupnpp/base64.cxx \
39
    libupnpp/expatmm.hxx \
41
    libupnpp/expatmm.hxx \
40
    libupnpp/getsyshwaddr.c \
42
    libupnpp/getsyshwaddr.c \
41
    libupnpp/getsyshwaddr.h \
43
    libupnpp/getsyshwaddr.h \
42
    libupnpp/ixmlwrap.cxx \
44
    libupnpp/ixmlwrap.cxx \
43
    libupnpp/ixmlwrap.hxx \
45
    libupnpp/ixmlwrap.hxx \
...
...
67
    libupnpp/control/ohproduct.hxx \
69
    libupnpp/control/ohproduct.hxx \
68
    libupnpp/control/ohplaylist.hxx \
70
    libupnpp/control/ohplaylist.hxx \
69
    libupnpp/control/renderingcontrol.hxx \
71
    libupnpp/control/renderingcontrol.hxx \
70
    libupnpp/control/service.hxx \
72
    libupnpp/control/service.hxx \
71
    libupnpp/device/device.hxx \
73
    libupnpp/device/device.hxx \
74
    libupnpp/base64.hxx \
72
    libupnpp/log.hxx \
75
    libupnpp/log.hxx \
73
    libupnpp/ptmutex.hxx \
76
    libupnpp/ptmutex.hxx \
74
    libupnpp/soaphelp.hxx \
77
    libupnpp/soaphelp.hxx \
75
    libupnpp/upnpavutils.hxx \
78
    libupnpp/upnpavutils.hxx \
76
    libupnpp/upnpplib.hxx \
79
    libupnpp/upnpplib.hxx \
...
...
105
     upmpd/ohtime.hxx \
108
     upmpd/ohtime.hxx \
106
     upmpd/ohtime.cxx \
109
     upmpd/ohtime.cxx \
107
     upmpd/ohvolume.hxx \
110
     upmpd/ohvolume.hxx \
108
     upmpd/ohvolume.cxx \
111
     upmpd/ohvolume.cxx \
109
     upmpd/ohplaylist.hxx \
112
     upmpd/ohplaylist.hxx \
110
     upmpd/ohplaylist.cxx \
113
     upmpd/ohplaylist.cxx
111
     upmpd/base64.hxx \
112
     upmpd/base64.cxx
113
                           
114
                           
114
upmpdcli_LDADD = libupnpp.la -lmpdclient -lpthread -lrt
115
upmpdcli_LDADD = libupnpp.la -lmpdclient -lpthread -lrt
115
116
116
dist_pkgdata_DATA = upmpd/description.xml upmpd/AVTransport.xml \
117
dist_pkgdata_DATA = upmpd/description.xml upmpd/AVTransport.xml \
117
                  upmpd/RenderingControl.xml upmpd/ConnectionManager.xml \
118
                  upmpd/RenderingControl.xml upmpd/ConnectionManager.xml \