From: Andre Date: Thu, 9 Mar 2006 15:28:18 +0000 (+0100) Subject: Add a missing header file to Makefile.in X-Git-Tag: v0.2.11~34 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7faaa32fe3910e5689b2b49d8c5a9be85e5d46ce Add a missing header file to Makefile.in ipc.h was not included in the tarball. With this fix, the nightly git snapshot compiles again. --- diff --git a/Makefile.in b/Makefile.in index 964b41f0..ae0923c1 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 + grab_client.h error.h net.h ringbuffer.h daemon.h string.h ipc.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) \