diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-28 15:44:22 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-28 15:44:22 +0200 |
commit | af1feed96a6700eac23935bd8b7d6e00b0eed588 (patch) | |
tree | 0eea9f1a98d0f9ea4070387f66bdad7f1c629413 /src | |
parent | e24aaddde0c07d4ff77a30aeba20104285e04197 (diff) | |
download | strongswan-af1feed96a6700eac23935bd8b7d6e00b0eed588.tar.bz2 strongswan-af1feed96a6700eac23935bd8b7d6e00b0eed588.tar.xz |
NO_CREDENTIAL_FACTORY compile option not needed anymore
Diffstat (limited to 'src')
-rw-r--r-- | src/libfreeswan/Makefile.am | 3 | ||||
-rw-r--r-- | src/pluto/Makefile.am | 1 | ||||
-rw-r--r-- | src/scepclient/Makefile.am | 1 | ||||
-rw-r--r-- | src/starter/Makefile.am | 1 | ||||
-rw-r--r-- | src/whack/Makefile.am | 4 |
5 files changed, 1 insertions, 9 deletions
diff --git a/src/libfreeswan/Makefile.am b/src/libfreeswan/Makefile.am index 77de6bdd9..29d0ea088 100644 --- a/src/libfreeswan/Makefile.am +++ b/src/libfreeswan/Makefile.am @@ -13,9 +13,6 @@ INCLUDES = \ -I$(top_srcdir)/src/libstrongswan \ -I$(top_srcdir)/src/pluto -AM_CFLAGS = \ --DNO_CREDENTIAL_FACTORY - dist_man3_MANS = anyaddr.3 atoaddr.3 atoasr.3 atosa.3 atoul.3 goodmask.3 initaddr.3 initsubnet.3 \ keyblobtoid.3 portof.3 prng.3 rangetosubnet.3 sameaddr.3 subnetof.3 \ ttoaddr.3 ttodata.3 ttosa.3 ttoul.3 version.3 diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index b389713d3..2c91c3d84 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -78,7 +78,6 @@ AM_CFLAGS = \ -DPLUGINS=\""${pluto_plugins}\"" \ -DSTRONGSWAN_CONF=\"${strongswan_conf}\" \ -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES \ --DNO_CREDENTIAL_FACTORY \ -DPLUTO -DKLIPS -DDEBUG pluto_LDADD = \ diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index 8540c5aed..f7cfc7355 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -20,7 +20,6 @@ AM_CFLAGS = \ -DIPSEC_PLUGINDIR=\"${plugindir}\" \ -DPLUGINS=\""${pluto_plugins}\"" \ -DSTRONGSWAN_CONF=\"${strongswan_conf}\" \ --DNO_CREDENTIAL_FACTORY \ -DDEBUG -DNO_PLUTO LIBSTRONGSWANBUILDDIR=$(top_builddir)/src/libstrongswan diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index 336cc759a..439a7785a 100644 --- a/src/starter/Makefile.am +++ b/src/starter/Makefile.am @@ -18,7 +18,6 @@ AM_CFLAGS = \ -DIPSEC_CONFDIR=\"${confdir}\" \ -DIPSEC_PIDDIR=\"${piddir}\" \ -DIPSEC_EAPDIR=\"${eapdir}\" \ --DNO_CREDENTIAL_FACTORY \ -DDEBUG starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a $(top_builddir)/src/libstrongswan/libstrongswan.la diff --git a/src/whack/Makefile.am b/src/whack/Makefile.am index be74e22f7..27f856231 100644 --- a/src/whack/Makefile.am +++ b/src/whack/Makefile.am @@ -11,7 +11,5 @@ whack_LDADD = \ $(top_builddir)/src/libstrongswan/libstrongswan.la \ $(top_builddir)/src/libfreeswan/libfreeswan.a -AM_CFLAGS = \ --DNO_CREDENTIAL_FACTORY \ --DDEBUG +AM_CFLAGS = -DDEBUG |