Makefile
changeset 18 1efa34c6e1b6
parent 15 00d4d52b231f
child 27 f96fb3fd8203
--- a/Makefile	Tue Jul 11 18:59:09 2006 +0200
+++ b/Makefile	Tue Jul 11 21:24:10 2006 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c
+WMSRC = bar.c client.c cmd.c draw.c event.c kb.c mouse.c util.c wm.c
 WMOBJ = ${WMSRC:.c=.o}
 MENSRC = menu.c draw.c util.c
 MENOBJ = ${MENSRC:.c=.o}