Added a hook to ignore specific messages

This commit is contained in:
Martin Willi
2011-01-05 16:45:42 +01:00
parent c146c3c4e1
commit cf594ca411
2 changed files with 90 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ 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/add_notify.c hooks/unencrypted_notify.c hooks/ignore_message.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \