aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-06-18 17:48:15 +0200
committerMartin Willi <martin@strongswan.org>2009-06-22 15:47:16 +0200
commit20d4fc97cf5e5663f0f4489b4ec72080b6de34a8 (patch)
treecff20eab7094e14c9a27863138d2a5866c3d7170 /src/libstrongswan/Makefile.am
parent2927db377db282d4cef259135cd474432e552bbf (diff)
downloadstrongswan-20d4fc97cf5e5663f0f4489b4ec72080b6de34a8.tar.bz2
strongswan-20d4fc97cf5e5663f0f4489b4ec72080b6de34a8.tar.xz
implemented an integrity checker class to build and check code integrity
Diffstat (limited to 'src/libstrongswan/Makefile.am')
-rw-r--r--src/libstrongswan/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am
index 212b9547d..da46b6364 100644
--- a/src/libstrongswan/Makefile.am
+++ b/src/libstrongswan/Makefile.am
@@ -15,6 +15,7 @@ debug.c debug.h \
enum.c enum.h \
settings.h settings.c \
printf_hook.c printf_hook.h \
+integrity_checker.c integrity_checker.h \
asn1/asn1.c asn1/asn1.h \
asn1/asn1_parser.c asn1/asn1_parser.h \
asn1/oid.c asn1/oid.h \