From f216517bb01266ccc59a18deeccf9d6bf49e9db6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 28 Dec 2011 20:28:18 +0100 Subject: Implement a visual unlock indicator --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d82af9..37bd046 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ CFLAGS += $(shell pkg-config --cflags xcb-keysyms xcb-dpms) LIBS += $(shell pkg-config --libs xcb-keysyms xcb-dpms xcb-image) endif LIBS += -lpam +LIBS += -lev FILES:=$(wildcard *.c) FILES:=$(FILES:.c=.o) -- cgit v1.1