[seahorse-nautilus] Replace INCLUDES with target_CPPFLAGS in Makefile.am files.



commit 61dabf9dd43df96ff687e950c43e1a15a3eb1540
Author: Carlos Maddela <e7appew gmail com>
Date:   Sun Jan 8 16:55:19 2017 +1100

    Replace INCLUDES with target_CPPFLAGS in Makefile.am files.
    
    Description: Replace INCLUDES with target_CPPFLAGS in Makefile.am files.
     This allows the Makefile.am files to work with more recent versions of
     automake without warnings.
    Author: Carlos Maddela <e7appew gmail com>
    Origin: vendor
    Forwarded: yes
    Last-Update: 2017-01-08

 nautilus-ext/Makefile.am |    2 +-
 tool/Makefile.am         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nautilus-ext/Makefile.am b/nautilus-ext/Makefile.am
index 6f35c53..5f98bfc 100644
--- a/nautilus-ext/Makefile.am
+++ b/nautilus-ext/Makefile.am
@@ -1,5 +1,5 @@
 
-INCLUDES = -I$(top_builddir)   \
+libnautilus_seahorse_la_CPPFLAGS = -I$(top_builddir)   \
        -I$(top_srcdir)                         \
        $(NAUTILUS_CFLAGS)                      \
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
diff --git a/tool/Makefile.am b/tool/Makefile.am
index 77348a0..50986d9 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -1,7 +1,7 @@
 uidir = $(datadir)/seahorse-nautilus/ui/
 localedir = $(datadir)/locale
 
-INCLUDES = -I$(top_builddir) \
+seahorse_tool_CPPFLAGS = -I$(top_builddir) \
        -I$(top_srcdir) \
        -I$(top_srcdir)/libseahorse \
        $(SEAHORSE_CFLAGS) \


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