From 858fefb5f1db61b8cc90149432fdc5f76677311e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 30 Apr 2011 21:59:56 +0200 Subject: Do not include help text by default --- config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mk') 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 -- cgit v1.2.3