X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=c618561d4dfeb18ebeb31f93a90ac69e32f84c63;hb=2bad70d84e763b4d866d7b97dbc1cdc8e030bd45;hp=556a926c235fac68714c877c7fd9bc6f9838d927;hpb=baeaa70028e41e41c30226b5297fdc57576ce5ed;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 556a926c..c618561d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,6 +8,8 @@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ +FLEX := @FLEX@ +BISON := @BISON@ M4 := @M4@ LOPSUBGEN := @LOPSUBGEN@ @@ -21,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@ @@ -65,4 +68,6 @@ curses_ldflags := @curses_ldflags@ crypto_ldflags := @crypto_ldflags@ iconv_ldflags := @iconv_ldflags@ +ENABLE_UBSAN := @ENABLE_UBSAN@ + include Makefile.real