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 --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e36285c6d..80a187566 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,11 @@ SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs bin_SCRIPTS = glib-gettextize -INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \ - -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION +AM_CPPFLAGS = \ + -DG_LOG_DOMAIN=g_log_domain_glib \ + @GLIB_DEBUG_FLAGS@ \ + -DG_DISABLE_DEPRECATED \ + -DGLIB_COMPILATION EXTRA_DIST += \ ChangeLog.pre-2-14 \ -- cgit v1.2.3