Silence automake

automake doesn't like INCLUDES anymore.
This commit is contained in:
Matthias Clasen
2013-02-02 22:54:15 -05:00
parent 0336eb67a2
commit ab328469f5
11 changed files with 31 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
INCLUDES = \
AM_CPPFLAGS = \
$(gmodule_INCLUDES) \
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
$(GLIB_DEBUG_FLAGS)

View File

@@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
INCLUDES = \
AM_CPPFLAGS = \
$(gmodule_INCLUDES) \
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
$(GLIB_DEBUG_FLAGS)