summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index b19a6df..8bad1a4 100644
--- a/config.mk
+++ b/config.mk
@@ -19,6 +19,7 @@ CFLAGS += -Wall -Wextra -pedantic
curl ?= 1
debug ?= 0
+help ?= 0
xinerama ?= 1
ifeq (${curl},1)
@@ -36,6 +37,10 @@ else
MAN_DEBUG =
endif
+ifeq (${help},1)
+ CFLAGS += -DINCLUDE_HELP
+endif
+
ifeq (${xinerama},1)
CFLAGS += -DHAVE_LIBXINERAMA
LDLIBS += -lXinerama