From 7faaa32fe3910e5689b2b49d8c5a9be85e5d46ce Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 9 Mar 2006 16:28:18 +0100 Subject: [PATCH] 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. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.39.2