]> www.ginac.de Git - ginac.git/blobdiff - tools/Makefile.am
Fixed dirty hack in parser to distinguish between serial numbers and pointers.
[ginac.git] / tools / Makefile.am
index 824d1feb06bd7bea1bcea954b8cbedafc0588398..a634102da1168fdef4ab547b1b5dd64733709914 100644 (file)
@@ -4,7 +4,10 @@ bin_PROGRAMS = viewgar
 viewgar_SOURCES = viewgar.cpp
 viewgar_LDADD = ../ginac/libginac.la
 
-bin_SCRIPTS = ginac-excompiler
+bin_SCRIPTS = 
+if CONFIG_EXCOMPILER
+bin_SCRIPTS += ginac-excompiler
+endif
 
 AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC