summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-06 18:20:35 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-01-06 18:20:35 +0100
commit0391cd2af67d9892f304b9bc10e884a48dec400c (patch)
tree22cf344f291b57b1e537eef6cbc482ad6c6b4f11
parent8613aaa6b4d89c4fff407b5ed1f2087813dc6e5c (diff)
downloadcanutils-0391cd2af67d9892f304b9bc10e884a48dec400c.tar.gz
canutils-0391cd2af67d9892f304b9bc10e884a48dec400c.tar.xz
build: add libsocketcan_CFLAGS to CPPFLAGS
Building will fail if libsocketcan is in a non default path otherwise. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--src/GNUmakefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GNUmakefile.am b/src/GNUmakefile.am
index 0ab852e..121677a 100644
--- a/src/GNUmakefile.am
+++ b/src/GNUmakefile.am
@@ -11,6 +11,7 @@ canconfig_LDADD = \
$(libsocketcan_LIBS)
AM_CPPFLAGS = \
+ $(libsocketcan_CFLAGS) \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
-DPF_CAN=29 \