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

« back to all changes in this revision

Viewing changes to src/charon/plugins/nm/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
 
 
2
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon ${nm_CFLAGS}
 
3
 
 
4
AM_CFLAGS = -rdynamic
 
5
 
 
6
plugin_LTLIBRARIES = libstrongswan-nm.la
 
7
libstrongswan_nm_la_SOURCES = \
 
8
  nm_plugin.h nm_plugin.c nm_service.h nm_service.c nm_creds.h nm_creds.c
 
9
libstrongswan_nm_la_LDFLAGS = -module
 
10
libstrongswan_nm_la_LIBADD = ${nm_LIBS}
 
11
 
 
12
 
 
13
# build gnome/configure and friends for distribution
 
14
 
 
15
EXTRA_DIST = gnome/configure gnome/po/LINGUAS gnome/po/POTFILES.in gnome/po/Makefile.in.in \
 
16
        gnome/ltmain.sh gnome/config.h.in gnome/depcomp gnome/Makefile.in \
 
17
        gnome/compile gnome/intltool-merge.in gnome/configure.in gnome/install-sh \
 
18
        gnome/aclocal.m4 gnome/Makefile.am gnome/autogen.sh \
 
19
        gnome/properties/Makefile.in gnome/properties/nm-strongswan-dialog.glade \
 
20
        gnome/properties/Makefile.am gnome/properties/nm-strongswan.c \
 
21
        gnome/properties/nm-strongswan.h gnome/intltool-update.in gnome/config.guess \
 
22
        gnome/nm-strongswan-service.name.in gnome/nm-strongswan-service.conf \
 
23
        gnome/mkinstalldirs gnome/auth-dialog gnome/auth-dialog/Makefile.in \
 
24
        gnome/auth-dialog/Makefile.am gnome/auth-dialog/main.c gnome/intltool-extract.in \
 
25
        gnome/config.sub gnome/missing
 
26
 
 
27
gnome/configure :       gnome/configure.in
 
28
                                        (cd `dirname $<` && ./autogen.sh)