summaryrefslogtreecommitdiffstats
path: root/output/pcap
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-20 09:04:03 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-20 09:04:24 +0100
commit433135f373edde9cc9c129b28257844eb1b3642c (patch)
treecde5a5f7a19a13fb8f32132d8ceb1d665814abb3 /output/pcap
parenta04c67dfc98bffef3b00b8ed04e54ca92eedfa1c (diff)
build: use -avoid-version for modules
The modules are pretty much bound to ulogd, and it does not seem to make sense to specially version these. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'output/pcap')
-rw-r--r--output/pcap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/pcap/Makefile.am b/output/pcap/Makefile.am
index 98a222b..5e2019f 100644
--- a/output/pcap/Makefile.am
+++ b/output/pcap/Makefile.am
@@ -7,6 +7,6 @@ if HAVE_PCAP
pkglib_LTLIBRARIES = ulogd_output_PCAP.la
ulogd_output_PCAP_la_SOURCES = ulogd_output_PCAP.c
-ulogd_output_PCAP_la_LDFLAGS = -module
+ulogd_output_PCAP_la_LDFLAGS = -avoid-version -module
endif