X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=d4542529db320d5b53b3411f306af2be4bf80416;hb=b1b60af57d5187e8382fc3078b5157b5df9b00ab;hp=e31cdb85a7e40e49b1a6be1cba468b370f68f596;hpb=e08d2eed9ba4c133a62b8da2091b1f4e9f923d83;p=spectrwm.git diff --git a/Makefile b/Makefile index e31cdb8..d454252 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ PROG=spectrwm #MAN=spectrwm_pt.1 spectrwm_ru.1 spectrwm_es.1 spectrwm_it.1 MAN=spectrwm.1 -CFLAGS+=-std=c89 -Wall -Wno-uninitialized -g +CFLAGS+=-std=gnu89 -Wall -Wno-uninitialized -g # Uncomment define below to disallow user settable clock format string #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT CPPFLAGS+= -I${X11BASE}/include -LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst +LDADD+=-lutil -L${X11BASE}/lib -lX11 -lxcb -lxcb-aux -lxcb-icccm -lxcb-keysyms -lxcb-randr -lxcb-xtest BUILDVERSION != sh "${.CURDIR}/buildver.sh" .if !${BUILDVERSION} == "" CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"