[network-manager-pptp/lr/libnm: 3/12] fixup! build: use AM_CPPFLAGS, avoid deprecated INCLUDES



commit 92e4c25d49cfd5c2e82b7670fddac1b4f503d082
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Jul 17 17:42:56 2015 +0200

    fixup! build: use AM_CPPFLAGS, avoid deprecated INCLUDES
    
    Fix out-of-tree build

 auth-dialog/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/auth-dialog/Makefile.am b/auth-dialog/Makefile.am
index 66c0495..b1202a9 100644
--- a/auth-dialog/Makefile.am
+++ b/auth-dialog/Makefile.am
@@ -1,5 +1,3 @@
-AM_CPPFLAGS = -I${top_srcdir}
-
 libexec_PROGRAMS = nm-pptp-auth-dialog
 
 nm_pptp_auth_dialog_CPPFLAGS =                 \
@@ -8,6 +6,7 @@ nm_pptp_auth_dialog_CPPFLAGS =                  \
        $(GTK_CFLAGS)                           \
        $(NMGTK_CFLAGS)                         \
        $(LIBSECRET_CFLAGS)                     \
+       -I${top_srcdir}                         \
        -DICONDIR=\""$(datadir)/pixmaps"\"      \
        -DUIDIR=\""$(uidir)"\"                  \
        -DBINDIR=\""$(bindir)"\"                \


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