diff options
author | Mukund Sivaraman <muks@banu.com> | 2011-08-23 14:46:04 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2011-08-23 14:46:04 +0530 |
commit | 32563a4ed68b6dae29f37c024bca246db7d7e029 (patch) | |
tree | 9d21f05a6751388a022b62e40da2d34b8dafd487 /src | |
parent | ec86c15d5a57df34e13149a878cb3f2be8819f06 (diff) | |
download | tinyproxy-32563a4ed68b6dae29f37c024bca246db7d7e029.tar.gz tinyproxy-32563a4ed68b6dae29f37c024bca246db7d7e029.zip |
Bug #103: Move files installed in /etc/ to /etc/tinyproxy/
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8358ef1..a1fe63d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,10 +15,12 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +pkgsysconfdir = $(sysconfdir)/$(PACKAGE) + sbin_PROGRAMS = tinyproxy AM_CPPFLAGS = \ - -DSYSCONFDIR=\"${sysconfdir}\" \ + -DSYSCONFDIR=\"${pkgsysconfdir}\" \ -DLOCALSTATEDIR=\"${localstatedir}\" tinyproxy_SOURCES = \ |