summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-07-03 15:49:21 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-07-24 12:12:04 +1000
commitf4fe56973a29265e22f049ceed1e299573f90ec4 (patch)
tree6547fcc371b14b1fbc5499fc1afc8a98faa1e77b /src/Makefile.am
parente79f2b211830dec2bae35595c6dfd1d06f75d903 (diff)
Rename INCLUDES to AM_CPPFLAGS
src/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 16d388c..317e237 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ libmtdev_la_SOURCES = \
18 18
19AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI 19AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI
20 20
21INCLUDES = -I$(top_srcdir)/include/ 21AM_CPPFLAGS = -I$(top_srcdir)/include/
22 22
23libmtdevincludedir = $(includedir) 23libmtdevincludedir = $(includedir)
24libmtdevinclude_HEADERS = \ 24libmtdevinclude_HEADERS = \