From 90f24142852d826e0a9725c7549f3326798085bd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Nov 2002 10:08:32 +0000 Subject: add gettext change CXXFLAGS back to CPPFLAGS in the .am's --- otk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk') diff --git a/otk/Makefile.am b/otk/Makefile.am index e9193eba..b3e10767 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -1,4 +1,4 @@ -CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \ +CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@ \ -Dmultibyte\(\)=True INCLUDES= -I../src -- cgit v1.2.3