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

« back to all changes in this revision

Viewing changes to src/libstrongswan/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:
47
47
utils/iterator.h \
48
48
utils/lexparser.c utils/lexparser.h \
49
49
utils/linked_list.c utils/linked_list.h \
 
50
utils/hashtable.c utils/hashtable.h \
50
51
utils/enumerator.c utils/enumerator.h \
51
52
utils/optionsfrom.c utils/optionsfrom.h \
52
53
utils/mutex.c utils/mutex.h \
73
74
  fips/fips_canister_end.c
74
75
endif
75
76
 
 
77
if USE_VSTR
 
78
  libstrongswan_la_LIBADD += -lvstr
 
79
endif
 
80
 
76
81
EXTRA_DIST = asn1/oid.txt asn1/oid.pl
77
82
BUILT_SOURCES = asn1/oid.c asn1/oid.h
78
83
MAINTAINERCLEANFILES = asn1/oid.c asn1/oid.h
97
102
  SUBDIRS += plugins/des
98
103
endif
99
104
 
 
105
if USE_MD4
 
106
  SUBDIRS += plugins/md4
 
107
endif
 
108
 
100
109
if USE_MD5
101
110
  SUBDIRS += plugins/md5
102
111
endif