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 5cb4344..46cc5e4 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ PIANOBAR_HDR=\
${PIANOBAR_DIR}/ui_act.h \
${PIANOBAR_DIR}/ui.h \
${PIANOBAR_DIR}/ui_readline.h \
- ${PIANOBAR_DIR}/main.h
+ ${PIANOBAR_DIR}/main.h \
+ ${PIANOBAR_DIR}/config.h
PIANOBAR_OBJ=${PIANOBAR_SRC:.c=.o}
LIBPIANO_DIR=libpiano/src