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

This commit is contained in:
arg@10ksloc.org
2006-08-02 16:46:59 +02:00
parent 85e6d59956
commit b515765216
4 changed files with 66 additions and 11 deletions

2
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 */