X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=72f59eaedc98df0d973a4ae81cd92e5af2fdc05b;hb=f787cf0eb470b68139ecde9c64210dfa59b8c4dd;hp=6794efedf7c5a31cbb8be27b1cb28fec2515a5b8;hpb=f948a91c447ac2fa070c0b7a6c57b83b7dfdd56c;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 6794efed..72f59eae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := simultaneous independence +codename := concurrent horizon DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -211,7 +211,7 @@ write_objs := $(addprefix $(object_dir)/, @write_objs@) afh_objs := $(addprefix $(object_dir)/, @afh_objs@) all_objs := $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \ - $(audiod_objs ) $(audioc_objs) $(fade_objs) $(server_objs) \ + $(audiod_objs) $(audioc_objs) $(fade_objs) $(server_objs) \ $(write_objs) $(afh_objs) -include $(all_objs:.o=.d)