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

@@ -6,14 +6,14 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = gdbus-object-manager-example services
INCLUDES = \
-DG_LOG_DOMAIN=\"GLib-GIO\" \
$(gio_INCLUDES) \
$(GLIB_DEBUG_FLAGS) \
-I$(top_builddir)/gio \
-I$(top_srcdir)/gio \
$(DBUS1_CFLAGS) \
-DSRCDIR=\""$(srcdir)"\" \
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"GLib-GIO\" \
$(gio_INCLUDES) \
$(GLIB_DEBUG_FLAGS) \
-I$(top_builddir)/gio \
-I$(top_srcdir)/gio \
$(DBUS1_CFLAGS) \
-DSRCDIR=\""$(srcdir)"\" \
-DTEST_SERVICES=\""$(abs_top_builddir)/gio/tests/services"\"

View File

@@ -4,7 +4,7 @@ CLEANFILES =
include $(top_srcdir)/Makefile.decl
INCLUDES = \
AM_CPPFLAGS = \
-g \
$(gio_INCLUDES) \
$(GLIB_DEBUG_FLAGS) \