JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add mouse button actions. One example handler that does nothing and we
[spectrwm.git] / Makefile
index eec0274..8c02a05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,9 @@ PROG=scrotwm
 NOMAN=
 #MAN=scrotwm.1
 
+CFLAGS+=-Wall -Wno-uninitialized -ggdb3
 CPPFLAGS+= -I${X11BASE}/include
-LDADD+=-L${X11BASE}/lib -lX11
+LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
 
 MANDIR= ${X11BASE}/man/cat