[gnote] Replace deprecated INCLUDES with AM_CPPFLAGS



commit 8ad25b4746cc8eee37774b86d214e4e7401d8646
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Jul 14 21:37:53 2013 +0300

    Replace deprecated INCLUDES with AM_CPPFLAGS

 libtomboy/Makefile.am               |    2 +-
 src/addins/exporttohtml/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libtomboy/Makefile.am b/libtomboy/Makefile.am
index 0406957..3f4765d 100644
--- a/libtomboy/Makefile.am
+++ b/libtomboy/Makefile.am
@@ -1,5 +1,5 @@
 
-INCLUDES =                             \
+AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \
        -DG_LOG_DOMAIN=\"libtomboy\"    \
        -DEGG_COMPILATION               \
diff --git a/src/addins/exporttohtml/Makefile.am b/src/addins/exporttohtml/Makefile.am
index 3e6da9d..a5d53e1 100644
--- a/src/addins/exporttohtml/Makefile.am
+++ b/src/addins/exporttohtml/Makefile.am
@@ -6,7 +6,7 @@ include $(builddir)/../addins.mk
 desktop_in_files = exporttohtml.desktop.in
 desktop_files    = $(desktop_in_files:.desktop.in=.desktop)
 
-INCLUDES = @LIBXSLT_CFLAGS@
+AM_CPPFLAGS = @LIBXSLT_CFLAGS@
 
 addinsdir = $(ADDINSDIR)
 addins_LTLIBRARIES = exporttohtml.la


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