X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=11fa2001d1e6678cdc8968d58d6729d7ce0955b4;hp=b3e3be5cc82deb414f85404af830759ccd0e0963;hb=b287a53fa3e3dffb51febedebff6efb0d1065c2c;hpb=b59e841036a107b52a0221e48d7e05f86da92979 diff --git a/Makefile.in b/Makefile.in index b3e3be5c..11fa2001 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,10 @@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ +FLEX := @FLEX@ +BISON := @BISON@ M4 := @M4@ +LOPSUBGEN := @LOPSUBGEN@ executables := @executables@ @@ -64,4 +67,6 @@ curses_ldflags := @curses_ldflags@ crypto_ldflags := @crypto_ldflags@ iconv_ldflags := @iconv_ldflags@ +ENABLE_UBSAN := @ENABLE_UBSAN@ + include Makefile.real