From 56009e2226922a96cbc6004e2a25aefa7c4f5063 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 20 Jan 2011 14:22:13 -0200 Subject: [PATCH] Do not scan gtktextdisplay.h, avoids a scanner warning --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 225341f6f8..ca787fdb20 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -963,7 +963,7 @@ LDADDS = \ if HAVE_INTROSPECTION introspection_files = \ - $(filter-out %private.h gtktextlayout.h, $(gtkinclude_HEADERS)) \ + $(filter-out %private.h gtktextdisplay.h gtktextlayout.h, $(gtkinclude_HEADERS)) \ $(gtk_base_c_sources) \ gtkprintoperation-unix.c \ gtktypebuiltins.h \