~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to src/pluto/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
_pluto_adns_SOURCES = adns.c adns.h
69
69
 
70
70
LIBSTRONGSWANDIR=$(top_srcdir)/src/libstrongswan
71
 
LIBFREESWANDIR=$(top_srcdir)/src/libfreeswan
72
 
LIBCRYPTODIR=$(top_srcdir)/src/libcrypto
 
71
LIBFREESWANDIR=$(top_builddir)/src/libfreeswan
 
72
LIBCRYPTODIR=$(top_builddir)/src/libcrypto
73
73
 
74
74
 
75
75
INCLUDES = \
85
85
-DIPSEC_PIDDIR=\"${piddir}\" \
86
86
-DSHARED_SECRETS_FILE=\"${confdir}/ipsec.secrets\" \
87
87
-DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES \
88
 
-DPLUTO -DKLIPS -DDEBUG -DTHREADS
 
88
-DPLUTO -DKLIPS -DDEBUG
89
89
 
90
90
pluto_LDADD = \
91
91
oid.o \
143
143
  pluto_LDADD += -lcap
144
144
endif
145
145
 
 
146
if USE_THREADS
 
147
  AM_CFLAGS += -DTHREADS
 
148
endif