From e40e3d68effbee0299461e93ed6544236fb49ceb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 15 Nov 2002 00:18:14 +0000 Subject: [PATCH] use configure's xft flags --- otk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2