diff options
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 = \ |