added -avoid-version to LDFLAGS, plugins are not versioned

This commit is contained in:
Martin Willi
2009-07-03 08:57:11 +02:00
parent 7afd9d6672
commit 00fcc0f8f3
47 changed files with 47 additions and 47 deletions
@@ -7,4 +7,4 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfroute.la
libstrongswan_kernel_pfroute_la_SOURCES = kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
kernel_pfroute_net.h kernel_pfroute_net.c
libstrongswan_kernel_pfroute_la_LDFLAGS = -module
libstrongswan_kernel_pfroute_la_LDFLAGS = -module -avoid-version