diff options
author | fluxgen <fluxgen> | 2002-10-19 14:13:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-19 14:13:21 (GMT) |
commit | 00ed3b97cfe37690373668a3876df178a6e1c6c4 (patch) | |
tree | 2648a15babd13b7f32666e6711034eca4922970e | |
parent | 2b934318c754cfa8872e62dc162cc96e2cdc691c (diff) | |
download | fluxbox-00ed3b97cfe37690373668a3876df178a6e1c6c4.zip fluxbox-00ed3b97cfe37690373668a3876df178a6e1c6c4.tar.bz2 |
use xft always
-rw-r--r-- | src/tests/Makefile | 2 |
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 @@ | |||
1 | CXX=g++ | 1 | CXX=g++ |
2 | CXXFLAGS= -I.. -DDEBUG -Wall -g -O2 | 2 | CXXFLAGS= -I.. -DDEBUG -DUSE_XFT -Wall -g -O2 |
3 | LIBS= | 3 | LIBS= |
4 | XFLAGS= -I/usr/X11R6/include | 4 | XFLAGS= -I/usr/X11R6/include |
5 | XLIBS= -L/usr/X11R6/lib -lX11 -lXft | 5 | XLIBS= -L/usr/X11R6/lib -lX11 -lXft |