diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-11 20:27:32 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-11 20:27:32 +0200 |
commit | c66cd00df45d7a160fa10708e768baefe5b0b683 (patch) | |
tree | f6fc61f417ea98555a814cab2a93d7ccdcf7e0d7 /src/charon/Makefile.am | |
parent | 701381ceb8e37b03756641758b2fda6304800f78 (diff) | |
download | strongswan-c66cd00df45d7a160fa10708e768baefe5b0b683.tar.bz2 strongswan-c66cd00df45d7a160fa10708e768baefe5b0b683.tar.xz |
removed pluto test vectors, --disable-self-test option
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r-- | src/charon/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am index 9efbf4870..3b5b9c068 100644 --- a/src/charon/Makefile.am +++ b/src/charon/Makefile.am @@ -132,10 +132,6 @@ if USE_INTEGRITY_TEST AM_CFLAGS += -DINTEGRITY_TEST endif -if USE_SELF_TEST - AM_CFLAGS += -DSELF_TEST -endif - if USE_CAPABILITIES charon_LDADD += -lcap endif |