summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-22 12:44:15 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-22 12:44:15 +0100
commit752618700ac94db3d8fd1ea8dfd9e1cb97a64e4e (patch)
tree4261c0e315cf9f03c5caf0a2579ac28653fa9efe /lib/Makefile.am
parent375950b38def08f52fc3c3e48dabd70465199947 (diff)
downloadlibumberlog-752618700ac94db3d8fd1ea8dfd9e1cb97a64e4e.tar.gz
libumberlog-752618700ac94db3d8fd1ea8dfd9e1cb97a64e4e.tar.xz
libumberlog-752618700ac94db3d8fd1ea8dfd9e1cb97a64e4e.zip
Implement and enable symbol versioning.
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index ab40994..c32a826 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,6 +3,7 @@ LCS_REVISION = 0
LCS_AGE = 0
lib_LTLIBRARIES = libcee-syslog.la
+libcee_syslog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libcee-syslog.ld
libcee_syslog_la_LIBADD = @JSON_LIBS@ -ldl -lrt
libcee_syslog_la_CFLAGS = @JSON_CFLAGS@