1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,

box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
	at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
	guile-config programs and for the link paths.  Add check.test to
	EXTRA_DIST.

	* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
	box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
This commit is contained in:
Martin Grabmüller 2001-07-19 20:54:56 +00:00
parent 0ec925d52a
commit 438cb34fed
5 changed files with 21 additions and 8 deletions

View file

@ -1,3 +1,14 @@
2001-07-19 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
guile-config programs and for the link paths. Add check.test to
EXTRA_DIST.
* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
2001-07-19 Rob Browning <rlb@defaultvalue.org>
* box-module/.cvsignore: add .deps

View file

@ -21,10 +21,10 @@
all: libbox-module
EXTRA_DIST = README box.c box-module.scm box-mixed.scm
EXTRA_DIST = README box.c box-module.scm box-mixed.scm check.test
CFLAGS=-I../..
LIBS=`GUILE_LOAD_PATH=../.. ../../libguile/guile -e main -s ../../guile-config/guile-config link` -L../../libguile
LIBS=`GUILE_LOAD_PATH=$(top_srcdir) $(top_builddir)/libguile/guile -e main -s $(top_builddir)/guile-config/guile-config link` -L$(top_builddir)/libguile -L$(top_builddir)/qt
TESTS = check.test

View file

@ -21,10 +21,10 @@
all: libbox
EXTRA_DIST = README box.c
EXTRA_DIST = README box.c check.test
CFLAGS=-I../..
LIBS=`GUILE_LOAD_PATH=../.. ../../libguile/guile -e main -s ../../guile-config/guile-config link` -L../../libguile
LIBS=`GUILE_LOAD_PATH=$(top_srcdir) $(top_builddir)/libguile/guile -e main -s $(top_builddir)/guile-config/guile-config link` -$(top_builddir)/libguile -L$(top_builddir)/qt
TESTS = check.test

View file

@ -23,7 +23,9 @@ noinst_PROGRAMS = box
box_SOURCES = box.c
EXTRA_DIST = README
EXTRA_DIST = README check.test
CFLAGS=-I../..
LIBS=`GUILE_LOAD_PATH=../.. ../../libguile/guile -e main -s ../../guile-config/guile-config link` -L../../libguile
LIBS=`GUILE_LOAD_PATH=$(top_srcdir) $(top_builddir)/libguile/guile -e main -s $(top_builddir)/guile-config/guile-config link` -L$(top_builddir)/libguile -L$(top_builddir)/qt
TESTS = check.test

View file

@ -23,9 +23,9 @@ noinst_PROGRAMS = box
box_SOURCES = box.c
EXTRA_DIST = README
EXTRA_DIST = README check.test
CFLAGS=-I../..
LIBS=`GUILE_LOAD_PATH=../.. ../../libguile/guile -e main -s ../../guile-config/guile-config link` -L../../libguile
LIBS=`GUILE_LOAD_PATH=$(top_srcdir) $(top_builddir)/libguile/guile -e main -s $(top_builddir)/guile-config/guile-config link` -L$(top_buildir)/libguile -L$(top_builddir)/qt
TESTS = check.test