JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add BETA for now
[spectrwm.git] / linux / Makefile
index 5f98318..625f484 100644 (file)
@@ -1,6 +1,6 @@
-CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I.
+CFLAGS+= -Wall -Wextra -Wshadow -g -D_GNU_SOURCE -I. -I/usr/include/freetype2
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
-LDADD+= -lX11 -lXrandr -lXtst
+LDADD+= -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin