aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-02 16:46:59 +0200
committerarg@10ksloc.org <unknown>2006-08-02 16:46:59 +0200
commitb515765216c46246358256da6098ea2c07a93c84 (patch)
treeeb4e3cac1b421f4a386f879d76638a23f8db225e /dwm.h
parent85e6d5995663a48d402b96bebf00b319cca5d322 (diff)
downloaddwm-b515765216c46246358256da6098ea2c07a93c84.tar.gz
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
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
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 <X11/Xlib.h>
/* mask shorthands, used in event.c and client.c */