summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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