]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Quote the the strings in WRITER_NAME correctly.
[paraslash.git] / Makefile.in
index 50767941ad9f8a2194ca076400f242f6109f96ba..7b283d94b22acc9cb84eb4aae21746ee15e05741 100644 (file)
@@ -56,7 +56,7 @@ CPPFLAGS += -DCODENAME='"$(codename)"'
 CPPFLAGS += -DCC_VERSION='"$(cc_version)"'
 CPPFLAGS += -Werror-implicit-function-declaration
 
-BINARIES = para_server para_client para_gui para_audiod para_audioc para_recv para_filter $(extra_binaries)
+BINARIES = para_server para_client para_gui para_audiod para_audioc para_recv para_filter para_write $(extra_binaries)
 
 FONTS := $(wildcard fonts/*.png)
 PICS := $(wildcard pics/paraslash/*.jpg)
@@ -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) \
@@ -195,8 +195,8 @@ para_server: @server_objs@
 para_sdl_gui: $(sdl_gui_objs)
        $(CC) -o $@ $(sdl_gui_objs) -lSDL_image
 
-para_play: @play_objs@
-       $(CC) -o $@ @play_objs@ @play_ldflags@
+para_write: @write_objs@
+       $(CC) -o $@ @write_objs@ @write_ldflags@
 
 para_compress: $(compress_objs)
        $(CC) -o $@ $(compress_objs)