Switch to unified view

a/Makefile.am b/Makefile.am
1
AM_CPPFLAGS = -DDEBUG -g -Wall \
1
AM_CPPFLAGS = -DDEBUG -g -Wall \
2
            -I${prefix}/include/libupnpp \
2
            $(upnpp_CFLAGS) \
3
            -I$(top_srcdir)/src \
3
            -I$(top_srcdir)/src \
4
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
4
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
5
5
6
AM_CXXFLAGS = -std=c++11 
6
AM_CXXFLAGS = -std=c++11 
7
7