From f2450a6c7a4c481baff74bd70ce39132e219bf74 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 18 May 2000 14:14:48 +0000 Subject: [PATCH] - Added version.h to the list of files to be installed. --- ginac/Makefile.am | 4 ++-- ginac/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.0