From: Christian Bauer Date: Wed, 10 Nov 1999 22:35:33 +0000 (+0000) Subject: - added "check.h" to sources X-Git-Tag: release_0-5-0~185 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=b1a71b0a2e2ce2e578b9e79ef8aef0a12e002d44 - added "check.h" to sources --- diff --git a/check/Makefile.am b/check/Makefile.am index 36d5f97b..54d70385 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -3,6 +3,6 @@ noinst_PROGRAMS = check_ginac check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp numeric_consist.cpp \ powerlaws.cpp expand_subs.cpp inifcns_consist.cpp differentiation.cpp \ poly_gcd.cpp normalization.cpp lsolve_onedim.cpp matrix_checks.cpp \ - series_expansion.cpp fcntimer.cpp main.cpp + series_expansion.cpp fcntimer.cpp main.cpp check.h check_ginac_LDADD = ../ginac/libginac.la TESTS = run_checks diff --git a/check/Makefile.in b/check/Makefile.in index 4bce8dd9..1597f757 100644 --- a/check/Makefile.in +++ b/check/Makefile.in @@ -95,7 +95,7 @@ noinst_PROGRAMS = check_ginac check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp numeric_consist.cpp \ powerlaws.cpp expand_subs.cpp inifcns_consist.cpp differentiation.cpp \ poly_gcd.cpp normalization.cpp lsolve_onedim.cpp matrix_checks.cpp \ - series_expansion.cpp fcntimer.cpp main.cpp + series_expansion.cpp fcntimer.cpp main.cpp check.h check_ginac_LDADD = ../ginac/libginac.la TESTS = run_checks mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs