diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2013-08-09 11:55:13 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2013-08-09 11:55:13 +0200 |
commit | c3306855d4b7dea40446850ef76f5474f769a790 (patch) | |
tree | 804523c2be86508043bf07e5121465e2f77c289f /Makefile | |
parent | f1ddd582ba5c314202fbed98d7aa491b06b2dee2 (diff) | |
download | pianobar-c3306855d4b7dea40446850ef76f5474f769a790.tar.gz pianobar-c3306855d4b7dea40446850ef76f5474f769a790.tar.bz2 pianobar-c3306855d4b7dea40446850ef76f5474f769a790.zip |
Remove nonexisting list.h from Makefile
Oops. Fixes #386.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |