diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-15 00:18:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-15 00:18:14 +0000 |
| commit | e40e3d68effbee0299461e93ed6544236fb49ceb (patch) | |
| tree | 320b0ff97eed3cb116f30035ce58d4ebcea978ad /otk/Makefile.am | |
| parent | 379ccf45cd1903375b86073ed19e4519fd664766 (diff) | |
use configure's xft flags
Diffstat (limited to 'otk/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 2 |
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 |
