From bceaf05444f1825cd205392eae128106a8c0fd3c Mon Sep 17 00:00:00 2001
From: Michael Cardell Widerkrantz <mc@hack.org>
Date: Fri, 8 Feb 2013 19:12:45 +0100
Subject: [PATCH] Added hidden.c to SRC.

Bumped version.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index bff3aaa..d9d302d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-VERSION=20130208
+VERSION=20130208-2
 DIST=mcwm-$(VERSION)
-SRC=mcwm.c list.c config.h events.h list.h
+SRC=mcwm.c list.c config.h events.h list.h hidden.c
 DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC)
 
 CFLAGS+=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC
-- 
GitLab