From 0c01c6f1ad28cf6d489fa1a329f3d6f82926d5a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 Nov 2007 04:22:45 +0000 Subject: Replace INCLUDES by AM_CPPFLAGS, other cleanups. 2007-11-24 Matthias Clasen * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other cleanups. svn path=/trunk/; revision=5932 --- gmodule/Makefile.am | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'gmodule') diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index ab4b1f6a3..a0adfd6b3 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -1,21 +1,26 @@ ## Process this file with automake to produce Makefile.in include $(top_srcdir)/Makefile.decl -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gmodule \ - -DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@ -DG_DISABLE_DEPRECATED - -EXTRA_DIST += \ - makefile.msc.in \ - gmoduleconf.h.in \ - gmodule.def \ - gmodule-dl.c \ - gmodule-dld.c \ - gmodule-dyld.c \ - gmodule-os2.c \ - gmodule-win32.c \ - gmodule-beos.c \ - gmodule-ar.c \ - gmoduleconf.h.win32 \ +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/glib \ + -I$(top_srcdir)/gmodule \ + -DG_LOG_DOMAIN=\"GModule\" \ + @GLIB_DEBUG_FLAGS@ \ + -DG_DISABLE_DEPRECATED + +EXTRA_DIST += \ + makefile.msc.in \ + gmoduleconf.h.in \ + gmodule.def \ + gmodule-dl.c \ + gmodule-dld.c \ + gmodule-dyld.c \ + gmodule-os2.c \ + gmodule-win32.c \ + gmodule-beos.c \ + gmodule-ar.c \ + gmoduleconf.h.win32 \ gmodule.rc.in BUILT_EXTRA_DIST = \ -- cgit v1.2.3