[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: sdb
Date: 06/01/07 16:34:21
Modified: . Makefile.am
Log:
* autogen.sh: Included "-I m4" into aclocal to pick up macros from
local m4 dir.
* src/Makefile.am: Added @GUILE_LDFLAGS@ to gschem_LDADD to force
pick-up of lguile.
Revision Changes Path
1.37 +1 -1 eda/geda/devel/gschem/src/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/src/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- Makefile.am 22 Feb 2005 22:13:28 -0000 1.36
+++ Makefile.am 7 Jan 2006 21:34:21 -0000 1.37
@@ -40,7 +40,7 @@
endif
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/include @GSCHEM_CFLAGS@
-gschem_LDADD = @GSCHEM_LDFLAGS@ @LIBINTL@
+gschem_LDADD = @GSCHEM_LDFLAGS@ @LIBINTL@ @GUILE_LDFLAGS@
localedir = @datadir@/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@