aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-08-31 09:06:57 +0200
committerHarald Welte <laforge@gnumonks.org>2015-08-31 09:25:52 +0200
commitf6b9173b02bfac093177cf6fd0f48ad56c5786c7 (patch)
tree47f5c1d7fb1e74ce5304d81882655a1018d4c88e /src
parentc904c936d7b284d56602135327c9c544d56fa909 (diff)
fix autoconf/automake warnings
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d4e105e..1bbcfc5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
# documentation before making any modification
LIBVERSION=0:0:0
-INCLUDES = $(all_includes) -I$(top_srcdir)/include/asn1c
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include/asn1c
AM_CFLAGS = -fPIC -Wall $(LIBOSMOCORE_CFLAGS)
lib_LTLIBRARIES = libasn1c.la