aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-21 15:16:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-21 15:16:51 +0200
commit74757be0a9359a0b1a2c276068b7cbdf2feb357b (patch)
tree5df06fe7a4fed7df196ea6f847df1b377d18d83e
parent7a7b0bd1a4182201a5006c31ab5f1a4ef5849ee6 (diff)
downloadpingu-74757be0a9359a0b1a2c276068b7cbdf2feb357b.tar.bz2
pingu-74757be0a9359a0b1a2c276068b7cbdf2feb357b.tar.xz
make: respect sysconfdir
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 = \