From 4252e3b8f915fc23611f1a667bf7bc1bb6a21dfd Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 8 Jul 2010 01:32:25 +0200 Subject: [PATCH] doc: Add drm and glew to the ignored directories This reduces the number of unused symbols to a reasonable size. ;) --- doc/public/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am index cc95ce248..535102cbe 100644 --- a/doc/public/Makefile.am +++ b/doc/public/Makefile.am @@ -20,6 +20,8 @@ EXTRA_HFILES=$(top_builddir)/src/cairo-supported-features.h # Headers to ignore IGNORE_HFILES= \ + drm \ + glew \ cairo-features.h \ cairo-features-win32.h \ $(all_cairo_private) \