diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 672ebf6..169b0b2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,9 +1,10 @@ -LUL_CURRENT = 0 +LUL_CURRENT = 1 LUL_REVISION = 0 LUL_AGE = 0 lib_LTLIBRARIES = libumberlog.la -libumberlog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libumberlog.ld +libumberlog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libumberlog.ld \ + -version-info ${LUL_CURRENT}:${LUL_REVISION}:${LUL_AGE} libumberlog_la_SOURCES = umberlog.c umberlog.h buffer.c buffer.h |
