mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 00:30: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:
parent
0ec925d52a
commit
438cb34fed
5 changed files with 21 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue