From: Dana Jansens Date: Fri, 15 Nov 2002 00:18:14 +0000 (+0000) Subject: use configure's xft flags X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e40e3d68effbee0299461e93ed6544236fb49ceb;p=chaz%2Fopenbox 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