summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-07-31 13:00:36 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-07-31 13:59:44 +0200
commita955243adb1f484c1c4dc233d16a0afb07fe7b1e (patch)
tree349cf5b6592f0585b5b704c3e2a9e1bcd3bd5cf3 /Makefile
parente5fb92b077c514962139abb57057041a09ca860c (diff)
downloadpianobar-windows-a955243adb1f484c1c4dc233d16a0afb07fe7b1e.tar.gz
pianobar-windows-a955243adb1f484c1c4dc233d16a0afb07fe7b1e.tar.bz2
pianobar-windows-a955243adb1f484c1c4dc233d16a0afb07fe7b1e.zip
Replaced long argument list of ui callback functions
Structure BarApp_t contains most important data now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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