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