]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
mp4: Implement error checking for the write path.
[paraslash.git] / Makefile.in
index d4a83a776eec0dfd602aa4329a72718cc15ea7f4..c618561d4dfeb18ebeb31f93a90ac69e32f84c63 100644 (file)
@@ -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