[network-manager-openvpn] Remove duplicate nm_glib_vpn



commit 5a33ef516267c39f1185fe353edbeccca19b310e
Author: Michael Biebl <biebl debian org>
Date:   Mon Apr 20 23:47:48 2009 +0200

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

diff --git a/src/Makefile.am b/src/Makefile.am
index 6c15245..ea40630 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ nm_openvpn_service_SOURCES =				\
 				nm-openvpn-service.h
 
 
-nm_openvpn_service_LDADD = $(NETWORK_MANAGER_LIBS) -lnm_glib_vpn
+nm_openvpn_service_LDADD = $(NETWORK_MANAGER_LIBS)
 
 
 nm_openvpn_service_openvpn_helper_SOURCES = 					\



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