From 03a1dc9468aa57844625299bd546b4ed0af599fb Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 20 Oct 2010 16:31:48 +0200 Subject: [PATCH] Compile time configuration dummy header-file. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 622c9f0..0d1301e 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ HDRS = uwm.h command.h pointer.h keyboard.h draw.h image.h icon.h \ rule.h border.h client.h moveresize.h event.h property.h misc.h \ panel.h plugin/button.h plugin/pager.h plugin/task.h plugin/swallow.h \ plugin/systray.h plugin/clock.h plugin/netload.h \ - readable_bitmap.h dia.h td.h + readable_bitmap.h dia.h td.h uwm-config.h FILES= Makefile u.xpm contrib/uwm-helper.sh.in uwm.1 uwmrc.5 \ contrib/uwm.doxyfile contrib/uwm16x16.xpm contrib/uwmrc.example @@ -180,6 +180,9 @@ all: uwm #udm td.c: touch td.c +uwm-config.h: + touch uwm-config.h + #---------------------------------------------------------------------------- # Modules #