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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bfe67d2d..6bf376bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,6 +117,7 @@ export_symbols = -export-symbols libsylpheed-plugin-0.def endif libsylpheed_plugin_0_la_LDFLAGS = \ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-dynamic $(no_undefined) $(export_symbols) libsylpheed_plugin_0_la_LIBADD = \ |