summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-03-15 13:50:51 +0100
committerMichael Stapelberg <michael@stapelberg.de>2012-03-15 13:50:51 +0100
commit324149ea773afd82b6ebe45f2fb452cbdb30e3c2 (patch)
treec2cef1ce72e9462a97de8d2478da7bcb1bee014d /Makefile
parentc9fe076f954569f9145c45c74556dc8bba020207 (diff)
fix compilation on some systems (Thanks badboy)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc7dff9..b045d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ LIBS += $(shell pkg-config --libs xcb-keysyms xcb-dpms xcb-image xcb-xinerama)
endif
LIBS += -lpam
LIBS += -lev
+LIBS += -lX11
FILES:=$(wildcard *.c)
FILES:=$(FILES:.c=.o)