summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 32f389c5..e791a05f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,9 @@ render_libobrender_la_LIBADD = \
$(XFT_LIBS) \
$(GLIB_LIBS) \
parser/libobparser.la
+render_libobrender_la_LDFLAGS = \
+ -release $(LT_RELEASE) \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
render_libobrender_la_SOURCES = \
gettext.h \
render/color.h \
@@ -81,6 +84,9 @@ parser_libobparser_la_CPPFLAGS = \
parser_libobparser_la_LIBADD = \
$(GLIB_LIBS) \
$(XML_LIBS)
+parser_libobparser_la_LDFLAGS = \
+ -release $(LT_RELEASE) \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
parser_libobparser_la_SOURCES = \
parser/parse.h \
parser/parse.c