summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-05-01 17:53:27 +0200
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-05-01 17:53:27 +0200
commitb7bf1dd7220f73b0d27e94e69099d14064b14661 (patch)
treec6bbfb9fff90c9085419ee53bc70ebb9e662f587 /Makefile
parentac39765685d9a28cd86a233d171f7278f331ef09 (diff)
Implement flags for batteries to use the last full capacity. This breaks configfiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ebd743..7dfc5b4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ CFLAGS+=-DPREFIX=\"\"
ifeq ($(shell uname),Linux)
CFLAGS+=-DLINUX
+CFLAGS+=-D_GNU_SOURCE
endif
# Define this if you want i3status to spit out dzen2-compatible output on stdout