Fix for make dist.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5217 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-08-22 12:00:36 +00:00
parent 3b73c4306c
commit 31f7908f01

View File

@ -1,11 +1,21 @@
SUBDIRS=mod-foo mod-bar mod-baz misc-mods
SUBDIRS = mod-foo mod-bar mod-baz misc-mods
LDADD= ../libgncmodule.la ${GLIB_LIBS} -lltdl
CFLAGS=@CFLAGS@ ${GLIB_CFLAGS} -I../
LDADD = ../libgncmodule.la ${GLIB_LIBS} -lltdl
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} -I../
TESTS=test-load-c test-load-scm test-gwrapped-c test-scm-module \
test-scm-multi test-load-deps test-modsysver test-incompatdep test-agedver \
test-dynload test-scm-dynload test-scm-init
TESTS = \
test-load-c \
test-load-scm \
test-gwrapped-c \
test-scm-module \
test-scm-multi \
test-load-deps \
test-modsysver \
test-incompatdep \
test-agedver \
test-dynload \
test-scm-dynload \
test-scm-init
TESTS_ENVIRONMENT = \
GNC_MODULE_PATH=${PWD}/mod-foo:${PWD}/mod-bar:${PWD}/mod-baz:${PWD}/misc-mods \
@ -13,16 +23,22 @@ TESTS_ENVIRONMENT = \
LTDL_LIBRARY_PATH=../ \
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:mod-foo:mod-foo/.libs:mod-bar:mod-bar/.libs:mod-baz:mod-baz/.libs:..:../.libs
noinst_PROGRAMS=test-load-c test-modsysver test-incompatdep test-agedver \
test-dynload
noinst_PROGRAMS = \
test-load-c \
test-modsysver \
test-incompatdep \
test-agedver \
test-dynload
test_load_c_SOURCES=test-load-c.c
test_dynload_LDFLAGS = -lltdl ${GUILE_LIBS}
test_modsysver_SOURCES=test-modsysver.c
test_incompatdep_SOURCES=test-incompatdep.c
test_agedver_SOURCES=test-agedver.c
test_dynload_SOURCES=test-dynload.c
test_dynload_LDFLAGS=-lltdl ${GUILE_LIBS}
EXTRA_DIST = \
test-gwrapped-c \
test-load-deps \
test-load-deps.scm \
test-load-scm \
test-scm-dynload \
test-scm-init \
test-scm-module \
test-scm-multi \
test-scm-multi.scm