From 6d1ebe4af29a08a1aa6919459988414d2403cfe7 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 17 Mar 2020 17:21:14 +0100 Subject: [PATCH] added libscerror dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d24cc51..1094dc8 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ else CXXFLAGS += -D NDEBUG -O3 endif -LDLIBS := +LDLIBS := -lscerror RM := /bin/rm -f INSTALL := /usr/bin/install -c