From a51d32fff0b1c94b76d9098f7344966b4fdbc13c Mon Sep 17 00:00:00 2001 From: Remi Cohen-Scali Date: Tue, 20 Jan 2004 22:39:00 +0000 Subject: Changed the way WARN_CFLAFS & WARN_CXXFLAGS were passed to compiler. Now 2004-01-20 Remi Cohen-Scali * xpdf/Makefile.am (INCLUDES): * shell/Makefile.am (INCLUDES): * lib/ggv-sidebar/Makefile.am (INCLUDES): * configure.in: Changed the way WARN_CFLAFS & WARN_CXXFLAGS were passed to compiler. Now use CFLAGS/CXXFLAGS in configure instead of INCLUDES in some Makefiles. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index cf806ef..5ff9a34 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -10,7 +10,6 @@ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_PRINT_PRIVATE_CFLAGS) \ $(GPDF_DEPRECATED_CFLAGS) \ - $(WARN_CFLAGS) \ $(libpaper_CFLAGS) if WITH_GNOME -- cgit v0.9.1