plugins: Don't link with -rdynamic on Windows

This commit is contained in:
Martin Willi
2014-06-04 15:53:02 +02:00
parent 110e42361e
commit 4163421f91
132 changed files with 133 additions and 134 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/libcharon \
-DPLUGINS=\""${charon_plugins}\""
AM_CFLAGS = -rdynamic
AM_CFLAGS = $(PLUGIN_CFLAGS)
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 \