From c3306855d4b7dea40446850ef76f5474f769a790 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 9 Aug 2013 11:55:13 +0200 Subject: Remove nonexisting list.h from Makefile Oops. Fixes #386. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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} -- cgit v1.2.3