From: Andre Date: Tue, 14 Mar 2006 16:39:21 +0000 (+0100) Subject: add dccp.h to tarball X-Git-Tag: v0.2.12~154 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=01115af3aaeec19e2dfad57af766dab4de34732e;hp=6d478dd699988090260a3f8b23defe02d212c3ad;ds=sidebyside add dccp.h to tarball The tarball did not compile because dccp.h was missing. --- diff --git a/Makefile.in b/Makefile.in index ed4f38c4..0c32146d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -87,7 +87,7 @@ web_misc := $(patsubst %,web/sync/%,$(web_misc)) 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 + grab_client.h error.h net.h ringbuffer.h daemon.h string.h ipc.h dccp.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) \