summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-12-11 23:59:31 +0100
committerSylvain Munaut <tnt@246tNt.com>2012-12-11 23:59:31 +0100
commit5689a3b7449bde69ce6276b3b348f98d07c856cf (patch)
tree5da5298f8b53bc079768c1340573f5704b91f445 /src/Makefile.am
parentc44310e351bd7740b377dda83cae1d29a3dc8b76 (diff)
build: Don't use the deprecated INCLUDES in the various Makefile.am
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d719df7c..b425ea19 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,7 @@
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=4:0:0
-INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
-AM_CFLAGS = -Wall
+AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
lib_LTLIBRARIES = libosmocore.la