diff --git a/rects/Makefile b/rects/Makefile index e7e3806..5309f6f 100644 --- a/rects/Makefile +++ b/rects/Makefile @@ -31,7 +31,7 @@ else CXXFLAGS += -D NDEBUG -O3 endif -LDLIBS := -lcairo +LDLIBS := -lcairo -lscscreensaver RM := /bin/rm -f INSTALL := /usr/bin/install -c