aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-11 11:50:18 +0200
committerAnselm R. Garbe2006-07-11 11:50:18 +0200
commit1ec4019e8a1a65538fc9969523960cc217abf9d8 (patch)
treeff19dbc22f6e8625ca140a03984fa0c4d1b0b23a /Makefile
parent48b4d666ffd8c02359f7485ae66c70dafe1cd172 (diff)
downloadaur-1ec4019e8a1a65538fc9969523960cc217abf9d8.tar.gz
added key handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5c8db4d206d..32c94923df82 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-WMSRC = bar.c client.c draw.c event.c util.c wm.c
+WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c
WMOBJ = ${WMSRC:.c=.o}
MENSRC = menu.c draw.c util.c
MENOBJ = ${MENSRC:.c=.o}