|
a/Makefile.am |
|
b/Makefile.am |
1 |
AM_CPPFLAGS = -DDEBUG -g -Wall \
|
1 |
AM_CPPFLAGS = -DDEBUG -g -Wall \
|
2 |
$(upnpp_CFLAGS) $(libmpdclient_CFLAGS) $(libmicrohttpd_CFLAGS) \
|
2 |
$(upnpp_CFLAGS) \
|
|
|
3 |
$(libmpdclient_CFLAGS) \
|
|
|
4 |
$(libmicrohttpd_CFLAGS) \
|
3 |
$($jsoncpp_CFLAGS) \
|
5 |
$(jsoncpp_CFLAGS) \
|
4 |
-I$(top_srcdir)/src \
|
6 |
-I$(top_srcdir)/src \
|
5 |
-I$(top_srcdir)/src/mediaserver/cdplugins \
|
7 |
-I$(top_srcdir)/src/mediaserver/cdplugins \
|
6 |
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
|
8 |
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
|
7 |
|
9 |
|
8 |
AM_CXXFLAGS = -std=c++11
|
10 |
AM_CXXFLAGS = -std=c++11
|