[network-manager-vpnc] properties: remove versioning from the libnm plugin



commit ae07b1e1d5a619a9d7c96e1baedef76d861c87f7
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Dec 7 10:49:50 2015 +0100

    properties: remove versioning from the libnm plugin

 properties/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/Makefile.am b/properties/Makefile.am
index c56a68e..a79993c 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -42,11 +42,11 @@ libnm_vpnc_properties_la_LIBADD = \
        $(LIBNM_GLIB_LIBS) \
        $(LIBNM_GTK_LIBS)
 
-libnm_vpn_plugin_vpnc_new_la_LDFLAGS = \
+libnm_vpn_plugin_vpnc_la_LDFLAGS = \
        -avoid-version
 
 libnm_vpnc_properties_la_LDFLAGS = \
-       $(libnm_vpn_plugin_vpnc_new_la_LDFLAGS)
+       $(libnm_vpn_plugin_vpnc_la_LDFLAGS)
 
 CLEANFILES = *.bak *~
 


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