X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=c618561d4dfeb18ebeb31f93a90ac69e32f84c63;hb=0b0434f3debae3fc5cd768f5de32f84f05e79761;hp=b3e3be5cc82deb414f85404af830759ccd0e0963;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index b3e3be5c..c618561d 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@ @@ -20,6 +23,7 @@ audiod_objs := @audiod_objs@ audioc_objs := @audioc_objs@ mixer_objs := @mixer_objs@ server_objs := @server_objs@ +upgrade_db_objs := @upgrade_db_objs@ write_objs := @write_objs@ afh_objs := @afh_objs@ play_objs := @play_objs@ @@ -64,4 +68,6 @@ curses_ldflags := @curses_ldflags@ crypto_ldflags := @crypto_ldflags@ iconv_ldflags := @iconv_ldflags@ +ENABLE_UBSAN := @ENABLE_UBSAN@ + include Makefile.real