diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-07 14:19:50 +0200 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-07 14:19:50 +0200 |
commit | 82bbf42a2ba0401a8346505b1292ddb7b58f4507 (patch) | |
tree | d9c21aed6a1e06e4079daea0b9fee683666b1926 /src/Makefile.am | |
parent | 45720a2e266748ac15bc0544b56e035383695588 (diff) |
libSM 1.1.1, update libtool versionlibSM-1.1.1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 188ac4d..41d074b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ if WITH_LIBUUID AM_CFLAGS += $(LIBUUID_CFLAGS) -DHAVE_LIBUUID endif -libSM_la_LDFLAGS = -version-number 6:0:0 -no-undefined +libSM_la_LDFLAGS = -version-number 6:0:1 -no-undefined libSM_la_LIBADD = $(SM_LIBS) $(XTRANS_LIBS) |