summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2014-05-02 19:57:22 +0200
committerMichael Stapelberg <michael@stapelberg.de>2014-05-02 19:57:22 +0200
commit6191590e5c207803df211b74a714daf92c69c28f (patch)
treefb524187a686d5d2ac66389251d8daff383f89dc /Makefile
parente2dd1543e99c1969ef392adff4f9de642852e2f3 (diff)
Scale the unlock indicator (for retina displays)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2633bef..ea3b89d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ CFLAGS += $(shell pkg-config --cflags cairo xcb-dpms xcb-xinerama xcb-atom xkbco
LIBS += $(shell pkg-config --libs cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xkbcommon xkbfile x11 x11-xcb)
LIBS += -lpam
LIBS += -lev
+LIBS += -lm
FILES:=$(wildcard *.c)
FILES:=$(FILES:.c=.o)