aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-19 14:13:21 (GMT)
committerfluxgen <fluxgen>2002-10-19 14:13:21 (GMT)
commit00ed3b97cfe37690373668a3876df178a6e1c6c4 (patch)
tree2648a15babd13b7f32666e6711034eca4922970e /src/tests
parent2b934318c754cfa8872e62dc162cc96e2cdc691c (diff)
downloadfluxbox-00ed3b97cfe37690373668a3876df178a6e1c6c4.zip
fluxbox-00ed3b97cfe37690373668a3876df178a6e1c6c4.tar.bz2
use xft always
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile b/src/tests/Makefile
index 20574fa..4e1d80c 100644
--- a/src/tests/Makefile
+++ b/src/tests/Makefile
@@ -1,5 +1,5 @@
1CXX=g++ 1CXX=g++
2CXXFLAGS= -I.. -DDEBUG -Wall -g -O2 2CXXFLAGS= -I.. -DDEBUG -DUSE_XFT -Wall -g -O2
3LIBS= 3LIBS=
4XFLAGS= -I/usr/X11R6/include 4XFLAGS= -I/usr/X11R6/include
5XLIBS= -L/usr/X11R6/lib -lX11 -lXft 5XLIBS= -L/usr/X11R6/lib -lX11 -lXft