summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-12-28 20:28:18 +0100
committerMichael Stapelberg <michael@stapelberg.de>2011-12-28 20:28:18 +0100
commitf216517bb01266ccc59a18deeccf9d6bf49e9db6 (patch)
tree20110964a3230ebf5abde3c81732b5e251f168d5 /Makefile
parent09e74c4fd1041d80515f6383b591b4fe33c181f4 (diff)
Implement a visual unlock indicator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)