X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=3ab3d06ea2c9b1eaf5058ab693f4fd9212933993;hb=3b291e14599f33b779c499c57745238ad46ea90c;hp=682238f20cf9bbcdc832866f34c33d5c1f7c02c3;hpb=b7a93bc433357aeeba0574e64110af7b5b9c2d07;p=spectrwm.git diff --git a/Makefile b/Makefile index 682238f..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-aux -lxcb-keysyms -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)\"