summaryrefslogtreecommitdiffstats
path: root/output/sqlite3
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/sqlite3
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/sqlite3')
-rw-r--r--output/sqlite3/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/sqlite3/Makefile.am b/output/sqlite3/Makefile.am
index 9920c22..736ecd4 100644
--- a/output/sqlite3/Makefile.am
+++ b/output/sqlite3/Makefile.am
@@ -6,6 +6,6 @@ if HAVE_SQLITE3
pkglib_LTLIBRARIES = ulogd_output_SQLITE3.la
ulogd_output_SQLITE3_la_SOURCES = ulogd_output_SQLITE3.c ../../util/db.c
-ulogd_output_SQLITE3_la_LDFLAGS = -module
+ulogd_output_SQLITE3_la_LDFLAGS = -avoid-version -module
endif