summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-05-01 12:16:17 +0200
committerLars-Dominik Braun <lars@6xq.net>2012-05-01 12:16:17 +0200
commit2dcb286f3a1a74204e2ebe83945c28ad16159f5d (patch)
treed0dc6d4a71b8b696193256ebd043bc0705d2a34c /Makefile
parent94c1eec169db66bb4ad9d633342aead3b0f35b9f (diff)
downloadpianobar-2dcb286f3a1a74204e2ebe83945c28ad16159f5d.tar.gz
pianobar-2dcb286f3a1a74204e2ebe83945c28ad16159f5d.tar.bz2
pianobar-2dcb286f3a1a74204e2ebe83945c28ad16159f5d.zip
piano: Remove old blowfish keys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6e9167..4eac466 100644
--- a/Makefile
+++ b/Makefile
@@ -44,10 +44,8 @@ LIBPIANO_SRC=\
${LIBPIANO_DIR}/response.c
LIBPIANO_HDR=\
${LIBPIANO_DIR}/config.h \
- ${LIBPIANO_DIR}/crypt_key_output.h \
${LIBPIANO_DIR}/crypt.h \
${LIBPIANO_DIR}/piano.h \
- ${LIBPIANO_DIR}/crypt_key_input.h \
${LIBPIANO_DIR}/piano_private.h
LIBPIANO_OBJ=${LIBPIANO_SRC:.c=.o}
LIBPIANO_RELOBJ=${LIBPIANO_SRC:.c=.lo}