[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.3-20090829-2-gd388f53)
The branch, master has been updated
via d388f5370c4b264df90e79a412968589706402c4 (commit)
from 4a4218692e089ef40e17acf045cb94849e8b6b3c (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 d388f5370c4b264df90e79a412968589706402c4
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
libgeda: Fix linking against guile
With the geda-guile.m4 check, guile's library and linker flags are
held in the GUILE_LIBS variable, not GUILE_LDFLAGS.
:100644 100644 a1f5500... 6b05031... M libgeda/src/Makefile.am
=========
Changes
=========
commit d388f5370c4b264df90e79a412968589706402c4
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
libgeda: Fix linking against guile
With the geda-guile.m4 check, guile's library and linker flags are
held in the GUILE_LIBS variable, not GUILE_LDFLAGS.
diff --git a/libgeda/src/Makefile.am b/libgeda/src/Makefile.am
index a1f5500..6b05031 100644
--- a/libgeda/src/Makefile.am
+++ b/libgeda/src/Makefile.am
@@ -65,7 +65,7 @@ libgeda_la_CFLAGS = \
$(GCC_CFLAGS) $(MINGW_CFLAGS) $(GUILE_CFLAGS) $(GLIB_CFLAGS) \
$(GDK_PIXBUF_CFLAGS)
libgeda_la_LDFLAGS = -version-info $(LIBGEDA_SHLIB_VERSION) \
- $(MINGW_LIBTOOL_FLAGS) $(MINGW_LDFLAGS) $(GUILE_LDFLAGS) \
+ $(MINGW_LIBTOOL_FLAGS) $(MINGW_LDFLAGS) $(GUILE_LIBS) \
$(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