X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=173b81a3bc2b5be74a8e53ee48ff62c8fd19eeac;hb=6cd788c3c3fcc7ab22bcba07b84aeb1119a06a7e;hp=d577ce295c540ecc91ce8134a33a4d62db070168;hpb=b660aece99e6fbb49b21530ecfa2e30403e86689;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index d577ce29..173b81a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -256,7 +256,7 @@ para_client: $(client_objs) para_gui: $(gui_objs) @[ -z "$(Q)" ] || echo 'LD $@' - $(Q) $(CC) $(LDFLAGS) -o $@ $(gui_objs) -lcurses + $(Q) $(CC) $(LDFLAGS) -o $@ $(gui_objs) @gui_ldflags@ para_audiod: $(audiod_objs) @[ -z "$(Q)" ] || echo 'LD $@'