|
a/Makefile.am |
|
b/Makefile.am |
1 |
|
|
|
2 |
AM_CPPFLAGS = -DDEBUG -g -Wall \
|
1 |
AM_CPPFLAGS = -DDEBUG -g -Wall \
|
3 |
-I${prefix}/include/libupnpp \
|
2 |
-I${prefix}/include/libupnpp \
|
4 |
-I$(top_srcdir)/src \
|
3 |
-I$(top_srcdir)/src \
|
5 |
-I$(top_srcdir)/src/cdplugins \
|
4 |
-I$(top_srcdir)/src/cdplugins \
|
6 |
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
|
5 |
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
|
|
... |
|
... |
13 |
src/avtransport.cxx \
|
12 |
src/avtransport.cxx \
|
14 |
src/avtransport.hxx \
|
13 |
src/avtransport.hxx \
|
15 |
src/cdplugin.hxx \
|
14 |
src/cdplugin.hxx \
|
16 |
src/cdplugins/cmdtalk.cpp \
|
15 |
src/cdplugins/cmdtalk.cpp \
|
17 |
src/cdplugins/cmdtalk.h \
|
16 |
src/cdplugins/cmdtalk.h \
|
|
|
17 |
src/cdplugins/json/json-forwards.h \
|
|
|
18 |
src/cdplugins/json/json.h \
|
|
|
19 |
src/cdplugins/jsoncpp.cpp \
|
18 |
src/cdplugins/plgwithslave.cxx \
|
20 |
src/cdplugins/plgwithslave.cxx \
|
19 |
src/cdplugins/plgwithslave.hxx \
|
21 |
src/cdplugins/plgwithslave.hxx \
|
20 |
src/closefrom.cpp \
|
22 |
src/closefrom.cpp \
|
21 |
src/closefrom.h \
|
23 |
src/closefrom.h \
|
22 |
src/conf_post.h \
|
24 |
src/conf_post.h \
|
|
... |
|
... |
28 |
src/contentdirectory.hxx \
|
30 |
src/contentdirectory.hxx \
|
29 |
src/execmd.cpp \
|
31 |
src/execmd.cpp \
|
30 |
src/execmd.h \
|
32 |
src/execmd.h \
|
31 |
src/httpfs.cxx \
|
33 |
src/httpfs.cxx \
|
32 |
src/httpfs.hxx \
|
34 |
src/httpfs.hxx \
|
33 |
src/json.hpp \
|
|
|
34 |
src/main.hxx \
|
35 |
src/main.hxx \
|
35 |
src/main.cxx \
|
36 |
src/main.cxx \
|
36 |
src/mediaserver.cxx \
|
37 |
src/mediaserver.cxx \
|
37 |
src/mediaserver.hxx \
|
38 |
src/mediaserver.hxx \
|
38 |
src/mpdcli.cxx \
|
39 |
src/mpdcli.cxx \
|