summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-16 04:49:04 +0000
committerDana Jansens <danakj@orodu.net>2003-09-16 04:49:04 +0000
commit970d9542154e3d918ad7aa6a49d9f132d9ec7678 (patch)
tree0a5445eb4a25b6a72f78edea9b9a64aa3079bde9 /Makefile.am
parent8ba479a36784879859edd6f116e5cdb5912e310d (diff)
install the libs with release and version info via libtool
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