X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=11fa2001d1e6678cdc8968d58d6729d7ce0955b4;hb=13b1fc8970ff3cc216a34ba257a367261185b2f1;hp=b3e3be5cc82deb414f85404af830759ccd0e0963;hpb=9d24300965cbcdfddb9f63b6bc8018da50d7d8e1;p=paraslash.git 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