summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-08-06 13:09:26 -0400
committerRyan Lortie <desrt@desrt.ca>2010-08-06 13:10:34 -0400
commitb3b7ea8e227035ae27d6ac62595478d27b8152e8 (patch)
tree80470fc7280b077fe0b10d72ee3f2276d839509e /gmodule
parent8ad9d9dbe35973951faaf595b1fe847b6b180159 (diff)
Replace -I with $(glib_INCLUDES) and friends
Stop using ad hoc -I in all of our Makefile.am. Use the new variables instead.
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index 0b142ddb0..cebfcb46e 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -2,10 +2,7 @@
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/glib \
- -I$(top_srcdir)/gmodule \
- -I$(top_builddir)/glib \
+ $(glib_INCLUDES) \
-DG_LOG_DOMAIN=\"GModule\" \
@GLIB_DEBUG_FLAGS@ \
-DG_DISABLE_DEPRECATED