From: Richard Kreckel Date: Thu, 18 May 2000 14:14:48 +0000 (+0000) Subject: - Added version.h to the list of files to be installed. X-Git-Tag: release_0-6-1~4 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=f2450a6c7a4c481baff74bd70ce39132e219bf74 - Added version.h to the list of files to be installed. --- diff --git a/ginac/Makefile.am b/ginac/Makefile.am index d0b9db47..8e390545 100644 --- a/ginac/Makefile.am +++ b/ginac/Makefile.am @@ -17,8 +17,8 @@ ginacinclude_HEADERS = ginac.h add.h archive.h basic.h clifford.h color.h \ coloridx.h constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h \ function.h idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h \ mul.h ncmul.h normal.h numeric.h operators.h power.h registrar.h \ - relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h tinfos.h \ - assertion.h + relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h \ + tinfos.h assertion.h version.h LFLAGS = -Pginac_yy -olex.yy.c YFLAGS = -p ginac_yy -d EXTRA_DIST = container.pl function.pl structure.pl input_parser.h diff --git a/ginac/Makefile.in b/ginac/Makefile.in index e90fdd8a..be0644bb 100644 --- a/ginac/Makefile.in +++ b/ginac/Makefile.in @@ -108,7 +108,7 @@ libginac_la_SOURCES = add.cpp archive.cpp basic.cpp constant.cpp ex.cpp expair libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) ginacincludedir = $(includedir)/ginac -ginacinclude_HEADERS = ginac.h add.h archive.h basic.h clifford.h color.h coloridx.h constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h function.h idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h mul.h ncmul.h normal.h numeric.h operators.h power.h registrar.h relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h tinfos.h assertion.h +ginacinclude_HEADERS = ginac.h add.h archive.h basic.h clifford.h color.h coloridx.h constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h function.h idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h mul.h ncmul.h normal.h numeric.h operators.h power.h registrar.h relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h tinfos.h assertion.h version.h LFLAGS = -Pginac_yy -olex.yy.c YFLAGS = -p ginac_yy -d