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/sqlite3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output/sqlite3') 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 -- cgit v1.2.3