X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=c618561d4dfeb18ebeb31f93a90ac69e32f84c63;hb=2bad70d84e763b4d866d7b97dbc1cdc8e030bd45;hp=d4a83a776eec0dfd602aa4329a72718cc15ea7f4;hpb=d5e27e2a346da2f18188d317926a60687d082732;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index d4a83a77..c618561d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,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@ @@ -67,4 +68,6 @@ curses_ldflags := @curses_ldflags@ crypto_ldflags := @crypto_ldflags@ iconv_ldflags := @iconv_ldflags@ +ENABLE_UBSAN := @ENABLE_UBSAN@ + include Makefile.real