From 63417fa8478dbe9665e36390d76324b6fc3f0609 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sat, 18 Apr 2020 20:39:00 +0200 Subject: [PATCH] switched from libcommon to libscerror and libscstring --- sciotest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sciotest/Makefile b/sciotest/Makefile index 3ec13ca..d515b81 100644 --- a/sciotest/Makefile +++ b/sciotest/Makefile @@ -22,7 +22,7 @@ else CXXFLAGS += -D NDEBUG -O3 endif -LDLIBS := -lm -lpthread -lcommon -lscio +LDLIBS := -lm -lpthread -lscerror -lscstring -lscio all: $(BIN)