X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=efef94b0946e00d43f7ecdee23cd2b4d611c421c;hp=68c60e199b8814239f2c560ca2812d9a95e7056c;hb=89cde2c587229f04d779e3a387c4a801261d87f0;hpb=780f86d5f849308b5100b087c6b223a6deef1dd7 diff --git a/Makefile.in b/Makefile.in index 68c60e19..efef94b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,7 +89,7 @@ misc := bash_completion headers := para.h server.h SFont.h crypt.h list.h http.h send.h ortp.h rc4.h \ close_on_fork.h afs.h db.h gcc-compat.h recv.h filter.h audiod.h \ grab_client.h error.h net.h ringbuffer.h daemon.h string.h ipc.h dccp.h \ - fd.h + fd.h write.h write_common.h scripts := install-sh configure autocrap := Makefile.in config.h.in configure.ac autogen.sh tarball := web/sync/doc pics fonts $(c_sources) $(sample_conf) $(headers) \ @@ -146,11 +146,6 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo esac; \ gengetopt $$O --conf-parser --file-name=$(*F).cmdline --set-package="para_$(subst .cmdline,,$(*F))" --set-version="$V" < $< -ortp_send.o: ortp_send.c - $(CC) -c -Wall -o $@ -g @GLIB_CFLAGS@ $< -ortp_recv.o: ortp_recv.c - $(CC) -c -Wall -o $@ -g @GLIB_CFLAGS@ $< - para_recv: @recv_objs@ $(CC) @recv_objs@ -o $@ @recv_ldflags@ @@ -198,9 +193,6 @@ para_sdl_gui: $(sdl_gui_objs) para_write: @write_objs@ $(CC) -o $@ @write_objs@ @write_ldflags@ -para_compress: $(compress_objs) - $(CC) -o $@ $(compress_objs) - para_krell.so: $(krell_objs) $(CC) -Wall -fPIC @GTK_CFLAGS@ krell.o -o $@ @GTK_LIBS@ -shared