diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-04 10:30:16 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:48:44 -0400 |
commit | 9ac0a00fd4fea5270bf6fbe6f159495ee059d1b0 (patch) | |
tree | 6588033b966fb79189d2c1caad993d26c1a1d683 | |
parent | 770ef0e18326048797d1770ab0c01a8f8af83b44 (diff) | |
download | fork-ledger-9ac0a00fd4fea5270bf6fbe6f159495ee059d1b0.tar.gz fork-ledger-9ac0a00fd4fea5270bf6fbe6f159495ee059d1b0.tar.bz2 fork-ledger-9ac0a00fd4fea5270bf6fbe6f159495ee059d1b0.zip |
*** no comment ***
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8889b00d..ed61b729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ if DEBUG libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4 libledger_la_SOURCES += debug.cc endif -libledger_la_LDFLAGS = -version-info 2:5 +libledger_la_LDFLAGS = -release 2.5 pkginclude_HEADERS = \ acconf.h \ |