From 50058c1cabaa2493d24084d91c10df855594c70c Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 2 May 2002 18:12:32 +0000 Subject: Proper handling of the tinyproxy.conf location within the source tree (needed for make distcheck.) --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 065df86..62453c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,10 @@ SUBDIRS = src doc install-data-local: $(mkinstalldirs) $(DESTDIR)@TINYPROXY_CONFIG_DIR@ - $(INSTALL) -m 600 doc/tinyproxy.conf \ + $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@-dist test ! -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \ - && $(INSTALL) -m 600 doc/tinyproxy.conf \ + && $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ @echo "" @echo "A configuration file has been copied to:" -- cgit v1.2.3