Load hooks based on listener dynamically

This commit is contained in:
Martin Willi
2011-01-05 16:45:40 +01:00
parent b318e0ab57
commit f452a5a1f8
4 changed files with 108 additions and 15 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
ipsec_PROGRAMS = conftest
conftest_SOURCES = conftest.c
AM_CFLAGS = -rdynamic
conftest_SOURCES = conftest.c hooks/hook.h
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \