From a79a0c3fb812efac3370c6ed73d37bb8fd1d318e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 4 Dec 2010 15:25:15 +0100 Subject: Rewrite input processing --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c600272..632ad00 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ PIANOBAR_SRC=\ ${PIANOBAR_DIR}/terminal.c \ ${PIANOBAR_DIR}/ui_act.c \ ${PIANOBAR_DIR}/ui.c \ - ${PIANOBAR_DIR}/ui_readline.c + ${PIANOBAR_DIR}/ui_readline.c \ + ${PIANOBAR_DIR}/ui_dispatch.c PIANOBAR_HDR=\ ${PIANOBAR_DIR}/player.h \ ${PIANOBAR_DIR}/settings.h \ -- cgit v1.2.3