~oem-solutions-group/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to vpn-daemons/openvpn/common-gnome/Makefile.am

(merge) RELEASE 0.7~~svn20080928t225540+eni0-0ubuntu1 to ubuntu/intrepid

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES=libnm-openvpn-common-gnome.la
 
2
 
 
3
libnm_openvpn_common_gnome_la_CPPFLAGS = \
 
4
        $(NETWORK_MANAGER_CFLAGS) \
 
5
        $(GNOMEKEYRING_CFLAGS) \
 
6
        -DG_DISABLE_DEPRECATED
 
7
 
 
8
libnm_openvpn_common_gnome_la_SOURCES= \
 
9
        keyring-helpers.c \
 
10
        keyring-helpers.h
 
11
 
 
12
libnm_openvpn_common_gnome_la_LIBADD = \
 
13
        $(NETWORK_MANAGER_LIBS) \
 
14
        $(GNOMEKEYRING_LIBS)
 
15