From 433135f373edde9cc9c129b28257844eb1b3642c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 20 Jan 2009 09:04:03 +0100 Subject: 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 --- output/pcap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output/pcap') 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 -- cgit v1.2.3