29 Aug
2011
29 Aug
'11
8:17 p.m.
Use the -release flag of libtool to put the syslog-ng version into the SONAME. Signed-off-by: Gergely Nagy <algernon@balabit.hu> --- lib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 6527bc8..8c8334d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,7 @@ export top_srcdir lib_LTLIBRARIES = libsyslog-ng.la libsyslog_ng_la_LIBADD = @CORE_DEPS_LIBS@ -libsyslog_ng_la_LDFLAGS = -no-undefined +libsyslog_ng_la_LDFLAGS = -no-undefined -release @VERSION@ module_LTLIBRARIES = libsyslog-ng-crypto.la libsyslog_ng_crypto_la_LIBADD = @CORE_DEPS_LIBS@ libsyslog-ng.la -- 1.7.5.4