[network-manager-fortisslvpn] all: drop -DVERSION



commit 431a5590023bf29244a8ec2ba9d83e076cc5c08b
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Oct 23 15:02:32 2015 +0200

    all: drop -DVERSION
    
    It's defined in config.h.

 auth-dialog/Makefile.am |    3 +--
 properties/Makefile.am  |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/auth-dialog/Makefile.am b/auth-dialog/Makefile.am
index 1afc3db..98bdff1 100644
--- a/auth-dialog/Makefile.am
+++ b/auth-dialog/Makefile.am
@@ -7,8 +7,7 @@ nm_fortisslvpn_auth_dialog_CPPFLAGS =           \
        $(LIBNMA_CFLAGS)                        \
        $(LIBSECRET_CFLAGS)                     \
        -I$(top_srcdir)                         \
-       -DUIDIR=\""$(uidir)"\"                  \
-       -DVERSION=\"$(VERSION)\"
+       -DUIDIR=\""$(uidir)"\"
 
 nm_fortisslvpn_auth_dialog_SOURCES =           \
        main.c
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 2d5620e..1aea2b7 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -21,8 +21,7 @@ common_CFLAGS =                                               \
        -I$(top_srcdir)                                 \
        -DUIDIR=\""$(uidir)"\"                          \
        -DLOCALEDIR=\""$(datadir)/locale"\"             \
-       -DG_DISABLE_DEPRECATED                          \
-       -DVERSION=\"$(VERSION)\"
+       -DG_DISABLE_DEPRECATED
 
 libnm_vpn_plugin_fortisslvpn_la_CFLAGS =               \
        $(LIBNM_CFLAGS)                                 \


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