Switch to unified view

a/Makefile.am b/Makefile.am
1
1
2
# This should be from configure'd CFLAGS 
2
# This should be from configure'd CFLAGS 
3
AM_CPPFLAGS = -DDEBUG -g -std=c++0x \
3
AM_CPPFLAGS = -DDEBUG -g -Wall -std=c++0x \
4
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
4
            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
5
5
6
lib_LTLIBRARIES = libupnpp.la
6
lib_LTLIBRARIES = libupnpp.la
7
7
8
libupnpp_la_SOURCES = \
8
libupnpp_la_SOURCES = \