X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=tools%2FMakefile.am;h=b4596f39fd1ef1db67e5f1042f1486ceca0c3095;hb=7e268ccc7dc68f4e1ca3452f95951b9e8a76f03e;hp=824d1feb06bd7bea1bcea954b8cbedafc0588398;hpb=a377cee53b71348235ec36f83afeced7e10288a8;p=ginac.git diff --git a/tools/Makefile.am b/tools/Makefile.am index 824d1feb..b4596f39 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -4,10 +4,13 @@ bin_PROGRAMS = viewgar viewgar_SOURCES = viewgar.cpp viewgar_LDADD = ../ginac/libginac.la -bin_SCRIPTS = ginac-excompiler +libexec_SCRIPTS = +if CONFIG_EXCOMPILER +libexec_SCRIPTS += ginac-excompiler +endif AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC man_MANS = viewgar.1 -EXTRA_DIST = ginac-excompiler.in +EXTRA_DIST = ginac-excompiler.in CMakeLists.txt