From 90e7d07f447f3abeb60720529d2b12ee91c4926e Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 20 Sep 2009 12:33:47 +0530 Subject: Remove ability to change the name of the default configuration file This feature will only confuse us during support, if users come to us with a Tinyproxy build which has a differently named default config file. This feature is not that useful anyway. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2d11ddc..05b5bb6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,9 @@ sbin_PROGRAMS = tinyproxy +AM_CPPFLAGS = \ + -DSYSCONFDIR=\"${sysconfdir}\" + tinyproxy_SOURCES = \ acl.c acl.h \ anonymous.c anonymous.h \ -- cgit v1.2.3