From: Richard Kreckel Date: Fri, 19 Dec 2003 01:28:01 +0000 (+0000) Subject: * s/LFLAGS/AM_LFLAGS/, s/YFLAGS/AM_YFLAGS/. X-Git-Tag: release_1-2-0~39 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=27cd1afbb0aa1545e4e81d71c840eebf4c7b5463 * s/LFLAGS/AM_LFLAGS/, s/YFLAGS/AM_YFLAGS/. --- diff --git a/ginac/Makefile.am b/ginac/Makefile.am index 6b6604d6..c7285c9d 100644 --- a/ginac/Makefile.am +++ b/ginac/Makefile.am @@ -19,8 +19,8 @@ ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h class_info.h lst.h matrix.h mul.h ncmul.h normal.h numeric.h operators.h power.h print.h \ pseries.h ptr.h registrar.h relational.h structure.h symbol.h symmetry.h \ tensor.h tinfos.h version.h wildcard.h -LFLAGS = -Pginac_yy -olex.yy.c -YFLAGS = -p ginac_yy -d +AM_LFLAGS = -Pginac_yy -olex.yy.c +AM_YFLAGS = -p ginac_yy -d EXTRA_DIST = function.pl input_parser.h version.h.in # Files which are generated by perl scripts