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

« back to all changes in this revision

Viewing changes to scripts/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
INCLUDES = -I$(top_srcdir)/src/libstrongswan
 
2
AM_CFLAGS =-DIPSEC_PLUGINDIR=\"${plugindir}\"
 
3
 
 
4
noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql thread_analysis
 
5
bin2array_SOURCES = bin2array.c
 
6
bin2sql_SOURCES = bin2sql.c
 
7
id2sql_SOURCES = id2sql.c
 
8
key2keyid_SOURCES = key2keyid.c
 
9
keyid2sql_SOURCES = keyid2sql.c
 
10
thread_analysis_SOURCES = thread_analysis.c
 
11
id2sql_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 
12
key2keyid_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 
13
keyid2sql_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la