From 69f875f6b8f0cf7313c257ac0729087530397acc Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Tue, 30 Dec 2003 20:06:18 +0000 Subject: add --enable-deprecation-errors option, inspired by ggv's configure. * configure.in: add --enable-deprecation-errors option, inspired by ggv's configure. * xpdf/Makefile.am, shell/Makefile.am, lib/recent-files/Makefile.am, lib/ggv-sidebar/Makefile.am (INCLUDES): use GPDF_DEPRECATED_CFLAGS. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 73bc215..69c42b6 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_PRINT_PRIVATE_CFLAGS) \ + $(GPDF_DEPRECATED_CFLAGS) \ $(WARN_CFLAGS) \ $(libpaper_CFLAGS) -- cgit v0.9.1