From: Dana Jansens Date: Fri, 15 Nov 2002 00:18:14 +0000 (+0000) Subject: use configure's xft flags X-Git-Tag: openbox-2_1_3~45 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e40e3d68effbee0299461e93ed6544236fb49ceb;p=dana%2Fopenbox.git use configure's xft flags --- 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