mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 19:00:18 -06:00
Make distcheck fixes.
Fix some errors in r21570 which cause "make distcheck" to fail, and a couple of others besides. While this gets distcheck to work on the Mac, there are still some problems with the standard-reports test on Linux related to trying to load reports from the installation directory (make install is run *after* make check during make distcheck). This test passes on the Mac, fails on Linux. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21645 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4801e50176
commit
db9d8ee570
@ -42,12 +42,10 @@ if BUILDING_FROM_SVN
|
||||
swig-core-utils-guile.c: core-utils.i ${top_srcdir}/src/base-typemaps.i
|
||||
$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
|
||||
-I${top_srcdir}/src -o $@ $<
|
||||
if WITH_PYTHON
|
||||
swig-core-utils-python.c: core-utils.i ${top_srcdir}/src/base-typemaps.i
|
||||
$(SWIG) -python -Wall -Werror $(SWIG_ARGS) \
|
||||
-I${top_srcdir}/src -o $@ $<
|
||||
endif
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
${GUILE_INCS} \
|
||||
|
@ -104,7 +104,7 @@ EXTRA_DIST += \
|
||||
|
||||
TEST_PROGS += test-engine
|
||||
|
||||
noinst_PROGRAMS = ${TEST_PROGS}
|
||||
noinst_PROGRAMS = ${TEST_PROGS} ${CHECK_PROGS}
|
||||
|
||||
test_engine_SOURCES = \
|
||||
test-engine.c \
|
||||
@ -113,7 +113,7 @@ test_engine_SOURCES = \
|
||||
test_engine_HEADERS = \
|
||||
${top_srcdir}/${MODULEPATH}/gnc-engine.h
|
||||
|
||||
test_enginedir = ${top_builddir}/${MODULEPATH}/test
|
||||
test_enginedir = ${GNC_LIBEXECDIR}/${MODULEPATH}/test
|
||||
|
||||
test_engine_LDADD = \
|
||||
${top_builddir}/${MODULEPATH}/libgncmod-engine.la \
|
||||
|
@ -27,7 +27,7 @@ test_qof_HEADERS = \
|
||||
TEST_PROGS += test-qof
|
||||
|
||||
noinst_PROGRAMS = ${TEST_PROGS}
|
||||
test_qofdir = ${top_builddir}/${MODULEPATH}/test
|
||||
test_qofdir = ${GNC_LIBEXECDIR}/${MODULEPATH}/test
|
||||
|
||||
#The tests might require more libraries, but try to keep them
|
||||
#as independent as possible.
|
||||
|
Loading…
Reference in New Issue
Block a user