JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add -lXtst here too
authorMarco Peereboom <marco@conformal.com>
Wed, 10 Aug 2011 13:44:36 +0000 (13:44 +0000)
committerMarco Peereboom <marco@conformal.com>
Wed, 10 Aug 2011 13:44:36 +0000 (13:44 +0000)
linux/Makefile
osx/Makefile

index 1ea50b1..a7b7102 100644 (file)
@@ -2,7 +2,7 @@
 
 CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I.
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
-LDADD+= -lX11 -lXrandr
+LDADD+= -lX11 -lXrandr -lXtst
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin
index 2164fb5..9be08cf 100644 (file)
@@ -2,7 +2,7 @@
 
 CFLAGS+= -O2 -Wall -ggdb -D_GNU_SOURCE -D__OSX__ -I.
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
-LDADD+=  -L/usr/X11/lib/ -lX11 -lXrandr
+LDADD+=  -L/usr/X11/lib/ -lX11 -lXrandr -lXtst
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin