Add the core-utils tests in the automake system

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18830 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-03-04 22:48:38 +00:00
parent 2b2f1ac001
commit 65e51d1592
3 changed files with 5 additions and 0 deletions

View File

@ -1385,6 +1385,7 @@ AC_CONFIG_FILES(po/Makefile.in
src/bin/overrides/Makefile
src/bin/test/Makefile
src/core-utils/Makefile
src/core-utils/test/Makefile
src/calculation/Makefile
src/calculation/test/Makefile
src/debug/Makefile

View File

@ -1,3 +1,5 @@
SUBDIRS = . test
lib_LTLIBRARIES = libgnc-core-utils.la
libgnc_core_utils_la_SOURCES = \

View File

@ -2,6 +2,7 @@
AM_CPPFLAGS = \
-I${top_srcdir} \
-I${top_srcdir}/src \
-I${top_srcdir}/src/test-core \
-I${top_srcdir}/src/libqof/qof \
-I${top_srcdir}/src/core-utils \
${GUILE_INCS} \
@ -9,6 +10,7 @@ AM_CPPFLAGS = \
LDADD = \
../libgnc-core-utils.la \
${top_builddir}/src/test-core/libtest-core.la \
${top_builddir}/src/libqof/qof/libgnc-qof.la \
${GLIB_LIBS}