]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.am
do changes to top-level files get posted to ginac-cvs now?
[ginac.git] / 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