[network-manager-openconnect] build: remove deprecated usage of INCLUDES



commit 9272f090bc2c570e8990114089ed3a38c7f3c8c9
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 563faf5..55a29cb 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) \
        $(LIBSECRET_CFLAGS) \
+       -I${top_srcdir} \
        -DICONDIR=\""$(datadir)/pixmaps"\" \
        -DBINDIR=\""$(bindir)"\" \
        -DG_DISABLE_DEPRECATED \
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c53824..ae2077d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,8 @@
-INCLUDES = -I${top_srcdir} 
-
 AM_CPPFLAGS = \
        $(DBUS_CFLAGS) \
        $(GLIB_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]