Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-12-30 20:06:18 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-12-30 20:06:18 (GMT)
commit69f875f6b8f0cf7313c257ac0729087530397acc (patch)
tree76576f4ec773c252d70c390253cc30434c935f73 /pdf/xpdf
parent3588ac465e2ade824d4f871fbd1e495ba99da5ab (diff)
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.
Diffstat (limited to 'pdf/xpdf')
-rw-r--r--pdf/xpdf/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)