From a955243adb1f484c1c4dc233d16a0afb07fe7b1e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 31 Jul 2010 13:00:36 +0200 Subject: Replaced long argument list of ui callback functions Structure BarApp_t contains most important data now. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebf23fb..5cb4344 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,8 @@ PIANOBAR_HDR=\ ${PIANOBAR_DIR}/terminal.h \ ${PIANOBAR_DIR}/ui_act.h \ ${PIANOBAR_DIR}/ui.h \ - ${PIANOBAR_DIR}/ui_readline.h + ${PIANOBAR_DIR}/ui_readline.h \ + ${PIANOBAR_DIR}/main.h PIANOBAR_OBJ=${PIANOBAR_SRC:.c=.o} LIBPIANO_DIR=libpiano/src -- cgit v1.2.3