From: Lucas De Marchi Date: Thu, 10 Jan 2013 15:18:13 +0000 (-0200) Subject: build: Use AM_CPPFLAGS instead of INCLUDES X-Git-Tag: 0.9~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70bf0c35b716fa62f905259f4ff4b1fcb6939f19;p=platform%2Fupstream%2Fneard.git build: Use AM_CPPFLAGS instead of INCLUDES Makefile.am:50: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- diff --git a/Makefile.am b/Makefile.am index 2dd3517..8c3571e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ AM_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ @NETLINK_CFLAGS@ $(builtin_cflags) \ -DPLUGINDIR=\""$(plugindir)"\" \ -DCONFIGDIR=\""$(configdir)\"" -INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus +AM_CPPFLAGS = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus CLEANFILES = src/builtin.h $(local_headers)