fixed the strongswan.conf path

This commit is contained in:
Andreas Steffen
2008-05-22 21:59:30 +00:00
parent 7199d22e77
commit eaa1399812
5 changed files with 26 additions and 14 deletions
+6 -7
View File
@@ -157,14 +157,13 @@ if USE_OPENSSL
endif
if USE_INTEGRITY_TEST
# build fips_signer which in turn builds fips_signature.h
#########################################################
noinst_PROGRAMS = fips_signer
fips_signer_SOURCES = fips/fips_signer.c
fips_signer_LDADD = libstrongswan.la
noinst_PROGRAMS = fips_signer
fips_signer_SOURCES = fips/fips_signer.c
fips_signer_LDADD = libstrongswan.la
BUILT_SOURCES += fips_signature.h
CLEANFILES = fips_signature.h fips_signer
BUILT_SOURCES += fips_signature.h
CLEANFILES = fips_signature.h fips_signer
AM_CFLAGS += -DSTRONGSWAN_CONF=\"${strongswan_conf}\"
fips_signature.h : fips_signer
./fips_signer