From 65fabdb6c6b2d17f0999604415d0b4321eba39a7 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 26 Jun 2001 23:41:32 +0000 Subject: [PATCH] - added ginsh_extensions.h to ginsh_SOURCES. --- ginsh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 90a2d4c3..43179778 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = ginsh -ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h +ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_extensions.h ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS) INCLUDES = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC -- 2.44.0