]> Pileus Git - wmpus/blobdiff - makefile
Start adding support for atoms
[wmpus] / makefile
index 1e64c672ee7f43e6e605c4eea9e714cea15940f0..400ce7a50c8dc4fe309edca2aadfab2e7d77fb38 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ MANPREFIX ?= ${PREFIX}/share/man
 ifeq ($(SYS),xcb)
 GCC       ?= gcc
 PROG      ?= wmpus
-LDFLAGS   += -lxcb -lxcb-keysyms -lxcb-util -lxcb-xinerama
+LDFLAGS   += -lxcb -lxcb-keysyms -lxcb-util -lxcb-ewmh -lxcb-xinerama
 endif
 
 ifeq ($(SYS),xlib)