dwm-meillo
diff dwm.h @ 166:e0535db04dfe
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
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 16:46:59 +0200 |
parents | 21071ae1fe68 |
children | 1db04019684e |
line diff
1.1 --- a/dwm.h Wed Aug 02 16:38:21 2006 +0200 1.2 +++ b/dwm.h Wed Aug 02 16:46:59 2006 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 * See LICENSE file for license details. 1.5 */ 1.6 1.7 -#include CONFIG 1.8 +#include "config.h" 1.9 #include <X11/Xlib.h> 1.10 1.11 /* mask shorthands, used in event.c and client.c */