summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-13 14:30:50 +0200
committerThomas Graf <tgraf@suug.ch>2010-10-13 14:30:50 +0200
commit706ac94ed523be847f09d04544d379d35263a930 (patch)
tree85aedde92582b93bb71bbf73facd4b73e8608f3e
parenta172e3ccf0617828a23d08c8c4a8eb4825ce0ccf (diff)
downloadandroid_external_libnl-706ac94ed523be847f09d04544d379d35263a930.tar.gz
android_external_libnl-706ac94ed523be847f09d04544d379d35263a930.tar.bz2
android_external_libnl-706ac94ed523be847f09d04544d379d35263a930.zip
Use CPPFLAGS
-rw-r--r--src/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 068c3a6..dd4f6cf 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -1,6 +1,6 @@
# -*- Makefile -*-
-AM_CFLAGS = -Wall -I${top_srcdir}/include -D_GNU_SOURCE -DPKGLIBDIR=\"$(pkglibdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -rdynamic
+AM_CPPFLAGS = -Wall -I${top_srcdir}/include -D_GNU_SOURCE -DPKGLIBDIR=\"$(pkglibdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -rdynamic
AM_LDFLAGS = -L${top_builddir}/lib -ldl
#nobase_pkglib_LTLIBRARIES = cls/basic.la cls/ematch/cmp.la