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
            -I${prefix}/include/libupnpp \
3
            -I${prefix}/include/libupnpp \
4
            -I$(top_srcdir)/src \
4
            -I$(top_srcdir)/src \
5
            -I$(top_srcdir)/src/cdplugins \
5
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
6
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
6
7
7
AM_CXXFLAGS = -std=c++11 
8
AM_CXXFLAGS = -std=c++11 
8
9
9
bin_PROGRAMS = upmpdcli scctl
10
bin_PROGRAMS = upmpdcli scctl
10
11
11
upmpdcli_SOURCES = \
12
upmpdcli_SOURCES = \
12
     src/avtransport.cxx \
13
     src/avtransport.cxx \
13
     src/avtransport.hxx \
14
     src/avtransport.hxx \
14
     src/cdplugins/cdplugin.hxx \
15
     src/cdplugin.hxx \
15
     src/cdplugins/cmdtalk.cpp \
16
     src/cdplugins/cmdtalk.cpp \
16
     src/cdplugins/cmdtalk.h \
17
     src/cdplugins/cmdtalk.h \
17
     src/cdplugins/tidal.cxx \
18
     src/cdplugins/tidal/tidal.cxx \
18
     src/cdplugins/tidal.hxx \
19
     src/cdplugins/tidal/tidal.hxx \
19
     src/closefrom.cpp \
20
     src/closefrom.cpp \
20
     src/closefrom.h \
21
     src/closefrom.h \
21
     src/conf_post.h \
22
     src/conf_post.h \
22
     src/conftree.cpp \
23
     src/conftree.cpp \
23
     src/conftree.h \
24
     src/conftree.h \