JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove extra lib dependancies from Makefile
[spectrwm.git] / linux / Makefile
index b3795d8..064e8bb 100644 (file)
@@ -1,6 +1,6 @@
 CFLAGS+= -Wall -Wextra -g -D_GNU_SOURCE -I.
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
-LDADD+= -lX11 -lXrandr -lXtst -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest
+LDADD+= -lX11 -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin