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