[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.3-20090829-1-g4a42186)
The branch, master has been updated
via 4a4218692e089ef40e17acf045cb94849e8b6b3c (commit)
from ed5ec6928ef5653a2f8a7df7313e81648b538963 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 4a4218692e089ef40e17acf045cb94849e8b6b3c
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
libgeda: Fix libtool versioning for libgeda.so
We need to pass -version-info, not --version-info to libtool
:100644 100644 9b98ec9... a1f5500... M libgeda/src/Makefile.am
=========
Changes
=========
commit 4a4218692e089ef40e17acf045cb94849e8b6b3c
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
libgeda: Fix libtool versioning for libgeda.so
We need to pass -version-info, not --version-info to libtool
diff --git a/libgeda/src/Makefile.am b/libgeda/src/Makefile.am
index 9b98ec9..a1f5500 100644
--- a/libgeda/src/Makefile.am
+++ b/libgeda/src/Makefile.am
@@ -64,7 +64,7 @@ libgeda_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" $(DATADIR_DEFS) \
libgeda_la_CFLAGS = \
$(GCC_CFLAGS) $(MINGW_CFLAGS) $(GUILE_CFLAGS) $(GLIB_CFLAGS) \
$(GDK_PIXBUF_CFLAGS)
-libgeda_la_LDFLAGS = --version-info $(LIBGEDA_SHLIB_VERSION) \
+libgeda_la_LDFLAGS = -version-info $(LIBGEDA_SHLIB_VERSION) \
$(MINGW_LIBTOOL_FLAGS) $(MINGW_LDFLAGS) $(GUILE_LDFLAGS) \
$(GLIB_LIBS) $(GDK_PIXBUF_LIBS)
LIBTOOL=@LIBTOOL@ --silent
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs