From 0ff7856e0a2039ffe612b4fceb3e98fb3c271753 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Sat, 30 Dec 2000 19:20:07 +0000 Subject: [PATCH] -DIN_GINAC moved from CPPFLAGS to INCLUDES (as suggested in automake docs) --- ginsh/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 8654f258..bf407e24 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -4,8 +4,7 @@ bin_PROGRAMS = ginsh ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS) -CPPFLAGS = -DIN_GINAC -INCLUDES = -I$(srcdir)/../ginac +INCLUDES = -I$(srcdir)/../ginac -DIN_GINAC YFLAGS = -d man_MANS = ginsh.1 -- 2.46.1