X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=72f59eaedc98df0d973a4ae81cd92e5af2fdc05b;hp=f1cf1e40640a8347ae78edb0d7c9759b87716d17;hb=f787cf0eb470b68139ecde9c64210dfa59b8c4dd;hpb=c553c9e0439eac2e0e03c9e948698e192ef63234 diff --git a/Makefile.in b/Makefile.in index f1cf1e40..72f59eae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)