From b515765216c46246358256da6098ea2c07a93c84 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Wed, 2 Aug 2006 16:46:59 +0200 Subject: removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel --- dwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 803fe9f..68b307d 100644 --- a/dwm.h +++ b/dwm.h @@ -3,7 +3,7 @@ * See LICENSE file for license details. */ -#include CONFIG +#include "config.h" #include /* mask shorthands, used in event.c and client.c */ -- cgit v1.2.3