JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix overlapping region on my fancy laptop with a big screen
[spectrwm.git] / Makefile
index eec0274..16a2bb8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,9 @@ PROG=scrotwm
 NOMAN=
 #MAN=scrotwm.1
 
+CFLAGS+=-Wall -Wno-uninitialized
 CPPFLAGS+= -I${X11BASE}/include
-LDADD+=-L${X11BASE}/lib -lX11
+LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
 
 MANDIR= ${X11BASE}/man/cat