X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=0c32146dc59455d1d3589a20fe8292b4de394fe1;hp=6d3d39816497aebdfc169790246dc6850df0beb4;hb=01115af3aaeec19e2dfad57af766dab4de34732e;hpb=1f556ae88bd8c85d4452f689f532f5a6abeabe92;ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 6d3d3981..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) \ @@ -216,7 +216,7 @@ maintainer-clean: distclean install: all umask 022 && \ - mkdir -p $(BINDIR) $(VARDIR) $(VARDIR)/fifo && \ + mkdir -p $(BINDIR) $(VARDIR) && \ $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) && \ mkdir -p $(CONFDIR) && \ $(install_sh) -m 644 bash_completion $(sample_conf) $(CONFDIR)