~ubuntu-branches/ubuntu/oneiric/strongswan/oneiric

« back to all changes in this revision

Viewing changes to src/charon/plugins/nm/gnome/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTOMAKE_OPTIONS = foreign
 
2
 
 
3
SUBDIRS = properties auth-dialog po
 
4
 
 
5
dbusservicedir = $(sysconfdir)/dbus-1/system.d
 
6
dbusservice_DATA = nm-strongswan-service.conf
 
7
 
 
8
nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN
 
9
nmvpnservice_DATA = nm-strongswan-service.name
 
10
 
 
11
@INTLTOOL_DESKTOP_RULE@
 
12
 
 
13
nm-strongswan-service.name: $(srcdir)/nm-strongswan-service.name.in
 
14
        sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|' \
 
15
                -e 's|[@]CHARON[@]|$(charon)|' $< >$@
 
16
 
 
17
EXTRA_DIST = nm-strongswan-service.name.in \
 
18
             $(dbusservice_DATA)  \
 
19
             intltool-extract.in  \
 
20
             intltool-merge.in    \
 
21
             intltool-update.in
 
22
 
 
23
CLEANFILES = $(nmvpnservice_DATA) *~
 
24
DISTCLEANFILES = intltool-extract intltool-merge intltool-update