diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-08-13 02:35:05 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-08-13 02:35:05 +0000 |
commit | b96177f8eec44b30dd3adc980d3680f2577f020b (patch) | |
tree | 581776e67a1cd313eb22463e51120c292a70091b /libsylph | |
parent | 8e2e27a15cdde8b558f96b511bdd0207e721b374 (diff) |
added -version-info to libtool.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2214 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am index eecc144b..aef0e3cb 100644 --- a/libsylph/Makefile.am +++ b/libsylph/Makefile.am @@ -102,6 +102,7 @@ export_symbols = -export-symbols libsylph-0.def endif libsylph_0_la_LDFLAGS = \ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-dynamic $(no_undefined) $(export_symbols) libsylph_0_la_LIBADD = $(GLIB_LIBS) |