aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-08-11 01:06:45 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-08-11 01:06:45 +0200
commit87079f58e1b4970c3a7365c4493cb492fc0fca13 (patch)
treec5261c042a553958f026506ac684695cb43a7865 /src/checksum
parent8ddcac4c48b1d8bae9e9a8e68795f161a047a67b (diff)
downloadstrongswan-87079f58e1b4970c3a7365c4493cb492fc0fca13.tar.bz2
strongswan-87079f58e1b4970c3a7365c4493cb492fc0fca13.tar.xz
added -module -avoid-version LDFLAGS
Diffstat (limited to 'src/checksum')
-rw-r--r--src/checksum/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checksum/Makefile.am b/src/checksum/Makefile.am
index d970b0823..f9c1be271 100644
--- a/src/checksum/Makefile.am
+++ b/src/checksum/Makefile.am
@@ -2,6 +2,7 @@ ipsec_LTLIBRARIES = libchecksum.la
noinst_PROGRAMS = checksum_builder
nodist_libchecksum_la_SOURCES = checksum.c
+libchecksum_la_LDFLAGS = -module -avoid-version
checksum_builder_SOURCES = checksum_builder.c
checksum_builder_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la