From 8e947db6be8e79607ecddaa9bafbd7f29940a187 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 9 Sep 2015 16:28:25 +1200 Subject: Changed header include policy to increase build time --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 822f319..0dc7028 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ BINDIR=$(PREFIX)/bin SYSCONFDIR=/etc SHAREDIR=$(PREFIX)/share LOCALEDIR=$(SHAREDIR)/locale +POWER_DIR="/sys/class/power_supply/" # External program/support programs SUDO=$(BINDIR)/sudo @@ -22,6 +23,7 @@ DEFS += -DPREFIX=\"$(PREFIX)\" \ -DPARAMANO_CONF=\"$(PARAMANO_CONF)\" \ -DLOCALEDIR=\"$(LOCALEDIR)\" \ -DSHAREDIR=\"$(SHAREDIR)\" \ + -DPOWERDIR=\"$(POWER_DIR)\" \ -DROOT_UID=$(ROOT_UID) \ -D_GNU_SOURCE -- cgit v1.1