X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=c618561d4dfeb18ebeb31f93a90ac69e32f84c63;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=d4a83a776eec0dfd602aa4329a72718cc15ea7f4;hpb=e5de57de1b8bf1df96c152fc92f5a49f75d6d96c;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