X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=3ab3d06ea2c9b1eaf5058ab693f4fd9212933993;hb=ec833b84b1acee0dc58a9960d4a3012411ace726;hp=e7a3fdb2ac8b68f76e2122e4b4e590a26d4c23fb;hpb=1594c28e741d96a4741e0a593366bd8448e94607;p=spectrwm.git diff --git a/Makefile b/Makefile index e7a3fdb..3ab3d06 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ MAN=spectrwm.1 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-xcb -lxcb-randr -lxcb-icccm -lXrandr -lXtst +CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 +LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-aux -lxcb-icccm -lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft BUILDVERSION != sh "${.CURDIR}/buildver.sh" .if !${BUILDVERSION} == "" CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"