[file-roller] use AM_CPPFLAGS instead of INCLUDES



commit d692fa4166aac7067e279fda7edc7f032fa20d0e
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Apr 28 09:37:08 2013 +0200

    use AM_CPPFLAGS instead of INCLUDES

 copy-n-paste/Makefile.am |    4 ++--
 nautilus/Makefile.am     |    2 +-
 src/Makefile.am          |    2 +-
 src/commands/Makefile.am |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am
index b3313ae..59789f4 100644
--- a/copy-n-paste/Makefile.am
+++ b/copy-n-paste/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = $(DISABLE_DEPRECATED) \
-          -UGETTEXT_PACKAGE
+AM_CPPFLAGS = $(DISABLE_DEPRECATED) \
+             -UGETTEXT_PACKAGE
 
 noinst_LTLIBRARIES = libeggsmclient.la
 
diff --git a/nautilus/Makefile.am b/nautilus/Makefile.am
index ad0c23d..fec5573 100644
--- a/nautilus/Makefile.am
+++ b/nautilus/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        -DFR_DATADIR=\"$(datadir)\"                     \
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
        -I$(top_srcdir)                                 \
diff --git a/src/Makefile.am b/src/Makefile.am
index f42475b..dfc0958 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ shdir = $(libexecdir)/file-roller/
 applications_dir = $(datadir)/applications
 endif
 
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        -I$(top_srcdir)/copy-n-paste/                   \
        -I$(top_srcdir)                                 \
        -I$(top_builddir)                               \
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am
index 5e3ff40..3a68643 100644
--- a/src/commands/Makefile.am
+++ b/src/commands/Makefile.am
@@ -1,7 +1,7 @@
 privexecdir = $(libexecdir)/$(PACKAGE)
 privexec_PROGRAMS = rpm2cpio
 
-INCLUDES = $(DISABLE_DEPRECATED) $(FR_CFLAGS)
+AM_CPPFLAGS = $(DISABLE_DEPRECATED) $(FR_CFLAGS)
 
 rpm2cpio_SOURCES = rpm2cpio.c
 rpm2cpio_LDADD = $(FR_LIBS)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]