]> www.ginac.de Git - ginac.git/commitdiff
- added ginsh_extensions.h to ginsh_SOURCES.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 26 Jun 2001 23:41:32 +0000 (23:41 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 26 Jun 2001 23:41:32 +0000 (23:41 +0000)
ginsh/Makefile.am

index 90a2d4c357d133160eef9ab2c4a9a9b52af7f769..4317977891acf5558ca5cb6e84edf31e6fae5062 100644 (file)
@@ -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