summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2013-08-09 11:55:13 +0200
committerLars-Dominik Braun <lars@6xq.net>2013-08-09 11:55:13 +0200
commitc3306855d4b7dea40446850ef76f5474f769a790 (patch)
tree804523c2be86508043bf07e5121465e2f77c289f
parentf1ddd582ba5c314202fbed98d7aa491b06b2dee2 (diff)
downloadpianobar-c3306855d4b7dea40446850ef76f5474f769a790.tar.gz
pianobar-c3306855d4b7dea40446850ef76f5474f769a790.tar.bz2
pianobar-c3306855d4b7dea40446850ef76f5474f769a790.zip
Remove nonexisting list.h from Makefile
Oops. Fixes #386.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9362f6..df67d80 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,6 @@ LIBPIANO_SRC:=\
LIBPIANO_HDR:=\
${LIBPIANO_DIR}/config.h \
${LIBPIANO_DIR}/crypt.h \
- ${LIBPIANO_DIR}/list.h \
${LIBPIANO_DIR}/piano.h \
${LIBPIANO_DIR}/piano_private.h
LIBPIANO_OBJ:=${LIBPIANO_SRC:.c=.o}