From 6924fdc9b5e93348c84960f1a4e140486a843d6a Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 20 Apr 2006 00:59:22 +0200 Subject: [PATCH] Makefile.in: kill sample_conf variable There are no more sample configs left. No sample.conf is better than a notoriously outdated one.. --- Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 35dc669e..cc8ff2f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,7 +58,6 @@ BINARIES = para_server para_client para_gui para_audiod para_audioc para_recv pa FONTS := $(wildcard fonts/*.png) PICS := $(wildcard pics/paraslash/*.jpg) MANS := $(wildcard doc/man/man1/*.1) -sample_conf := $(wildcard *.conf.sample) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) @@ -89,7 +88,7 @@ headers := para.h server.h SFont.h crypt.h list.h http.h send.h ortp.h rc4.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) \ +tarball := web/sync/doc pics fonts $(c_sources) $(headers) \ $(misc) $(grutatxt) $(gengetopts) $(autocrap) $(gengetopts_c) $(gengetopts_h) \ $(scripts) @@ -212,7 +211,7 @@ install: all mkdir -p $(BINDIR) $(VARDIR) && \ $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) && \ mkdir -p $(CONFDIR) && \ - $(install_sh) -m 644 bash_completion $(sample_conf) $(CONFDIR) + $(install_sh) -m 644 bash_completion $(CONFDIR) mkdir -p $(FONTDIR) && \ $(install_sh) -m 644 $(FONTS) $(FONTDIR) && \ mkdir -p $(PICDIR) && \ -- 2.39.2