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
              ${upnp_CFLAGS} ${curl_CFLAGS} ${expat_CFLAGS} \
3
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
4
              -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
4
5
5
AM_CXXFLAGS = -std=c++11
6
AM_CXXFLAGS = -std=c++11
6
7
7
lib_LTLIBRARIES = libupnpp.la
8
lib_LTLIBRARIES = libupnpp.la
8
9