Switch to unified view

a/Makefile.am b/Makefile.am
...
...
3
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
3
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
4
4
5
AM_CXXFLAGS = -std=c++0x 
5
AM_CXXFLAGS = -std=c++0x 
6
6
7
lib_LTLIBRARIES = libupnpp.la
7
lib_LTLIBRARIES = libupnpp.la
8
9
#    libupnpp/control/service.cxx 
10
8
11
libupnpp_la_SOURCES = \
9
libupnpp_la_SOURCES = \
12
    libupnpp/control/avlastchg.cxx \
10
    libupnpp/control/avlastchg.cxx \
13
    libupnpp/control/avlastchg.hxx \
11
    libupnpp/control/avlastchg.hxx \
14
    libupnpp/control/avtransport.cxx \
12
    libupnpp/control/avtransport.cxx \
15
    libupnpp/control/avtransport.hxx \
13
    libupnpp/control/avtransport.hxx \
16
    libupnpp/control/cdircontent.cxx \
14
    libupnpp/control/cdircontent.cxx \
17
    libupnpp/control/cdircontent.hxx \
15
    libupnpp/control/cdircontent.hxx \
18
    libupnpp/control/cdirectory.cxx \
16
    libupnpp/control/cdirectory.cxx \
19
    libupnpp/control/cdirectory.hxx \
17
    libupnpp/control/cdirectory.hxx \
18
    libupnpp/control/description.cxx \
19
    libupnpp/control/description.hxx \
20
    libupnpp/control/discovery.cxx \
21
    libupnpp/control/discovery.hxx \
20
    libupnpp/control/mediarenderer.cxx \
22
    libupnpp/control/mediarenderer.cxx \
21
    libupnpp/control/mediarenderer.hxx \
23
    libupnpp/control/mediarenderer.hxx \
22
    libupnpp/control/renderingcontrol.cxx \
24
    libupnpp/control/renderingcontrol.cxx \
23
    libupnpp/control/renderingcontrol.hxx \
25
    libupnpp/control/renderingcontrol.hxx \
24
    libupnpp/control/service.cxx \
26
    libupnpp/control/service.cxx \
25
    libupnpp/control/service.hxx \
27
    libupnpp/control/service.hxx \
26
    libupnpp/description.cxx \
28
    libupnpp/device/device.cxx \
27
    libupnpp/description.hxx \
29
    libupnpp/device/device.hxx \
28
    libupnpp/device.cxx \
30
    libupnpp/device/vdir.cxx \
29
    libupnpp/device.hxx \
31
    libupnpp/device/vdir.hxx \
30
    libupnpp/discovery.cxx \
31
    libupnpp/discovery.hxx \
32
    libupnpp/expatmm.hxx \
32
    libupnpp/expatmm.hxx \
33
    libupnpp/getsyshwaddr.c \
33
    libupnpp/getsyshwaddr.c \
34
    libupnpp/getsyshwaddr.h \
34
    libupnpp/getsyshwaddr.h \
35
    libupnpp/ixmlwrap.cxx \
35
    libupnpp/ixmlwrap.cxx \
36
    libupnpp/ixmlwrap.hxx \
36
    libupnpp/ixmlwrap.hxx \
...
...
39
    libupnpp/md5.cxx \
39
    libupnpp/md5.cxx \
40
    libupnpp/md5.hxx \
40
    libupnpp/md5.hxx \
41
    libupnpp/ptmutex.hxx \
41
    libupnpp/ptmutex.hxx \
42
    libupnpp/soaphelp.cxx \
42
    libupnpp/soaphelp.cxx \
43
    libupnpp/soaphelp.hxx \
43
    libupnpp/soaphelp.hxx \
44
    libupnpp/upnpavutils.cxx \
44
    libupnpp/upnpavutils.hxx \
45
    libupnpp/upnpavutils.hxx \
45
    libupnpp/upnpavutils.cxx \
46
    libupnpp/upnpp_p.hxx \
46
    libupnpp/upnpp_p.hxx \
47
    libupnpp/upnpplib.cxx \
47
    libupnpp/upnpplib.cxx \
48
    libupnpp/upnpplib.hxx \
48
    libupnpp/upnpplib.hxx \
49
    libupnpp/vdir.cxx \
50
    libupnpp/vdir.hxx \
51
    libupnpp/workqueue.hxx
49
    libupnpp/workqueue.hxx
52
50
53
libupnpp_la_LDFLAGS = -release $(VERSION)
51
libupnpp_la_LDFLAGS = -release $(VERSION)
54
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
52
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
55
53