[network-manager-openconnect/nm-0-9-8] build: remove deprecated usage of INCLUDES



commit fa6d2c62504e9b46e361ec1e6c26be4abf47197e
Author: Dan Williams <dcbw redhat com>
Date:   Fri Mar 14 10:25:52 2014 -0500

    build: remove deprecated usage of INCLUDES

 auth-dialog/Makefile.am |    3 +--
 src/Makefile.am         |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/auth-dialog/Makefile.am b/auth-dialog/Makefile.am
index 3c9c209..6efb3cc 100644
--- a/auth-dialog/Makefile.am
+++ b/auth-dialog/Makefile.am
@@ -1,5 +1,3 @@
-INCLUDES = -I${top_srcdir}
-
 libexec_PROGRAMS = nm-openconnect-auth-dialog
 
 nm_openconnect_auth_dialog_CPPFLAGS = \
@@ -9,6 +7,7 @@ nm_openconnect_auth_dialog_CPPFLAGS = \
        $(OPENCONNECT_CFLAGS) \
        $(LIBXML_CFLAGS) \
        $(GNOMEKEYRING_CFLAGS) \
+       -I${top_srcdir} \
        -DICONDIR=\""$(datadir)/pixmaps"\" \
        -DBINDIR=\""$(bindir)"\" \
        -DG_DISABLE_DEPRECATED \
diff --git a/src/Makefile.am b/src/Makefile.am
index 3dcca5d..f9e71cd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,8 @@
-INCLUDES = -I${top_srcdir} 
-
 AM_CPPFLAGS = \
        $(DBUS_CFLAGS) \
        $(GTHREAD_CFLAGS) \
        $(NM_CFLAGS) \
+       -I${top_srcdir} \
        -DG_DISABLE_DEPRECATED \
        -DBINDIR=\"$(bindir)\" \
        -DPREFIX=\""$(prefix)"\" \


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