summaryrefslogtreecommitdiff
path: root/otk/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-15 00:18:14 +0000
committerDana Jansens <danakj@orodu.net>2002-11-15 00:18:14 +0000
commite40e3d68effbee0299461e93ed6544236fb49ceb (patch)
tree320b0ff97eed3cb116f30035ce58d4ebcea978ad /otk/Makefile.am
parent379ccf45cd1903375b86073ed19e4519fd664766 (diff)
use configure's xft flags
Diffstat (limited to 'otk/Makefile.am')
-rw-r--r--otk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 170e13f9..a31f1098 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -1,4 +1,4 @@
-CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@
+CPPFLAGS=$(XFT_CFLAGS) @CPPFLAGS@
INCLUDES= -I../src