JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update every 59 seconds instead of 1
[spectrwm.git] / Makefile
index 56a0d6f..8c02a05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ PROG=scrotwm
 NOMAN=
 #MAN=scrotwm.1
 
-CFLAGS+= -Wall -Wno-uninitialized
+CFLAGS+=-Wall -Wno-uninitialized -ggdb3
 CPPFLAGS+= -I${X11BASE}/include
-LDADD+=-lutil -L${X11BASE}/lib -lX11
+LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
 
 MANDIR= ${X11BASE}/man/cat