mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-03 22:59:39 +02:00
Silence automake
automake doesn't like INCLUDES anymore.
This commit is contained in:
@@ -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"\"
|
||||
|
||||
|
||||
|
@@ -4,7 +4,7 @@ CLEANFILES =
|
||||
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-g \
|
||||
$(gio_INCLUDES) \
|
||||
$(GLIB_DEBUG_FLAGS) \
|
||||
|
Reference in New Issue
Block a user