Switch to unified view

a/Makefile.am b/Makefile.am
1
1
2
AM_CPPFLAGS = -DDEBUG -g -Wall \
2
AM_CPPFLAGS = -DDEBUG -g -Wall \
3
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\" \
3
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
4
            -DUPMPDCLI_PACKAGE_VERSION=\"${PACKAGE_VERSION}\"
5
4
6
AM_CXXFLAGS = -std=c++0x 
5
AM_CXXFLAGS = -std=c++0x 
7
6
8
bin_PROGRAMS = upmpdcli scctl
7
bin_PROGRAMS = upmpdcli scctl
9
8
10
upmpdcli_SOURCES = \
9
upmpdcli_SOURCES = \
11
     src/avtransport.cxx \
10
     src/avtransport.cxx \
12
     src/avtransport.hxx \
11
     src/avtransport.hxx \
13
     src/closefrom.cpp \
12
     src/closefrom.cpp \
14
     src/closefrom.h \
13
     src/closefrom.h \
14
     src/conf_post.h \
15
     src/conftree.cxx \
15
     src/conftree.cpp \
16
     src/conftree.hxx \
16
     src/conftree.h \
17
     src/conman.cxx \
17
     src/conman.cxx \
18
     src/conman.hxx \
18
     src/conman.hxx \
19
     src/execmd.cpp \
19
     src/execmd.cpp \
20
     src/execmd.h \
20
     src/execmd.h \
21
     src/httpfs.cxx \
21
     src/httpfs.cxx \
...
...
42
     src/ohsndrcv.hxx \
42
     src/ohsndrcv.hxx \
43
     src/ohtime.cxx \
43
     src/ohtime.cxx \
44
     src/ohtime.hxx \
44
     src/ohtime.hxx \
45
     src/ohvolume.cxx \
45
     src/ohvolume.cxx \
46
     src/ohvolume.hxx \
46
     src/ohvolume.hxx \
47
     src/pathut.cpp \
48
     src/pathut.h \
49
     src/smallut.cpp \
50
     src/smallut.h \
51
     src/readfile.cpp \
52
     src/readfile.h \
47
     src/renderctl.cxx \
53
     src/renderctl.cxx \
48
     src/renderctl.hxx \
54
     src/renderctl.hxx \
49
     src/upmpd.cxx \
55
     src/upmpd.cxx \
50
     src/upmpd.hxx \
56
     src/upmpd.hxx \
51
     src/upmpdutils.cxx \
57
     src/upmpdutils.cxx \
...
...
54
upmpdcli_LDADD = $(UPMPDCLI_LIBS)
60
upmpdcli_LDADD = $(UPMPDCLI_LIBS)
55
61
56
scctl_SOURCES = \
62
scctl_SOURCES = \
57
    scctl_src/scctl.cpp \
63
    scctl_src/scctl.cpp \
58
    src/netcon.cpp \
64
    src/netcon.cpp \
65
    src/smallut.cpp \
59
    src/upmpdutils.cxx
66
    src/upmpdutils.cxx
60
67
61
scctl_LDADD = $(UPMPDCLI_LIBS)
68
scctl_LDADD = $(UPMPDCLI_LIBS)
62
              
69
              
63
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \
70
dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \