aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-11-10 14:26:03 +0100
committerMartin Willi <martin@revosec.ch>2011-01-05 16:45:43 +0100
commit9b2ed9501fa69f82e4302c6bc094d0d8572b7111 (patch)
treee4867d7f052ffb9cda723dccb5fc1105bce39b53 /src/conftest/Makefile.am
parentca93b54e65dc11cec8b7902fdbc093188bd7e20c (diff)
downloadstrongswan-9b2ed9501fa69f82e4302c6bc094d0d8572b7111.tar.bz2
strongswan-9b2ed9501fa69f82e4302c6bc094d0d8572b7111.tar.xz
Added a hook to inject custom payloads with critical bit
Diffstat (limited to 'src/conftest/Makefile.am')
-rw-r--r--src/conftest/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conftest/Makefile.am b/src/conftest/Makefile.am
index a8cc7b435..3a3a45ec6 100644
--- a/src/conftest/Makefile.am
+++ b/src/conftest/Makefile.am
@@ -4,7 +4,8 @@ AM_CFLAGS = -rdynamic
conftest_SOURCES = conftest.c conftest.h config.c config.h actions.c actions.h \
hooks/hook.h hooks/ike_auth_fill.c hooks/unsort_message.c \
- hooks/add_notify.c hooks/unencrypted_notify.c hooks/ignore_message.c
+ hooks/add_notify.c hooks/unencrypted_notify.c hooks/ignore_message.c \
+ hooks/add_payload.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \