[gtk+] Do not scan gtktextdisplay.h, avoids a scanner warning



commit 56009e2226922a96cbc6004e2a25aefa7c4f5063
Author: Johan Dahlin <johan gnome org>
Date:   Thu Jan 20 14:22:13 2011 -0200

    Do not scan gtktextdisplay.h, avoids a scanner warning

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 225341f..ca787fd 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]