From fb07cb380c1451a3e9a1267dee2c8d8b135ea558 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Jan 2010 00:16:02 +0100 Subject: Export configure variable localstatedir to C as define LOCALSTATEDIR. So that it can be used for default values of some paths later on. Michael --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7740814..0b6d45d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,8 @@ sbin_PROGRAMS = tinyproxy AM_CPPFLAGS = \ - -DSYSCONFDIR=\"${sysconfdir}\" + -DSYSCONFDIR=\"${sysconfdir}\" \ + -DLOCALSTATEDIR=\"${localstatedir}\" tinyproxy_SOURCES = \ acl.c acl.h \ -- cgit v1.2.3