From 74757be0a9359a0b1a2c276068b7cbdf2feb357b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Aug 2013 15:16:51 +0200 Subject: make: respect sysconfdir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d67b58b..f97f8b4 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ CFLAGS ?= -g CFLAGS += -DPINGU_VERSION=\"$(PINGU_VERSION)\" CFLAGS += -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 CFLAGS += -DDEFAULT_PIDFILE=\"$(pingustatedir)/pingu.pid\" +CFLAGS += -DDEFAULT_CONFIG=\"$(sysconfdir)/pingu/pingu.conf\" CFLAGS += -DDEFAULT_ADM_client=\"$(pingustatedir)/pingu.ctl\" pingu_OBJS = \ -- cgit v1.2.3