~ubuntu-branches/ubuntu/utopic/network-manager-openvpn/utopic

« back to all changes in this revision

Viewing changes to common-gnome/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-02-25 10:43:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225104309-v4b2scsl68protyn
Tags: 0.7.0.97-1
* New upstream release.
* debian/patches/01_dbus_policy.patch
  - Removed, merged upstream.
* debian/control
  - Drop libgnomeui-dev from Build-Depends, no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_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