summaryrefslogtreecommitdiffstats
path: root/filter/raw2packet
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 /filter/raw2packet
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 'filter/raw2packet')
-rw-r--r--filter/raw2packet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/raw2packet/Makefile.am b/filter/raw2packet/Makefile.am
index 94adb3c..25111a8 100644
--- a/filter/raw2packet/Makefile.am
+++ b/filter/raw2packet/Makefile.am
@@ -4,4 +4,4 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include
pkglib_LTLIBRARIES = ulogd_raw2packet_BASE.la
ulogd_raw2packet_BASE_la_SOURCES = ulogd_raw2packet_BASE.c
-ulogd_raw2packet_BASE_la_LDFLAGS = -module
+ulogd_raw2packet_BASE_la_LDFLAGS = -avoid-version -module