[network-manager-openconnect] Remove duplicate nm_glib_vpn



commit c346ca35e8ef199188fe1bee1eb649b40143735f
Author: Michael Biebl <biebl debian org>
Date:   Mon Apr 20 23:52:36 2009 +0200

    Remove duplicate nm_glib_vpn
    
    This lib is already included in $(NM_UTILS_LIBS)
---
 src/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index ed78e45..af25550 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,8 +24,7 @@ nm_openconnect_service_SOURCES = \
 nm_openconnect_service_LDADD = \
 				$(DBUS_LIBS) \
 				$(GTHREAD_LIBS) \
-				$(NM_UTILS_LIBS) \
-				-lnm_glib_vpn
+				$(NM_UTILS_LIBS)
 
 
 nm_openconnect_service_openconnect_helper_SOURCES = \



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