[gtk+/font-chooser] Don't install any gail headers



commit ae69c886c91b2ae408afa0ca963787e69529166e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 11 23:52:22 2011 -0400

    Don't install any gail headers
    
    There is no public API here.

 gtk/a11y/Makefile.am |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/gtk/a11y/Makefile.am b/gtk/a11y/Makefile.am
index 4d31bce..12cbc40 100644
--- a/gtk/a11y/Makefile.am
+++ b/gtk/a11y/Makefile.am
@@ -53,8 +53,6 @@ gail_c_sources =			\
 	gailutil.c			\
 	gailmisc.c
 
-libgailincludedir=$(includedir)/gail-3.0/gail
-
 gail_private_h_sources =		\
 	gtkarrowaccessible.h		\
 	gtkbooleancellaccessible.h	\
@@ -100,21 +98,15 @@ gail_private_h_sources =		\
 	gtktogglebuttonaccessible.h	\
 	gtktoplevelaccessible.h		\
 	gtktreeviewaccessible.h		\
+	gtkwidgetaccessible.h		\
 	gtkwindowaccessible.h		\
 	gailutil.h			\
 	gailmisc.h
 
-gail_public_h_sources =	\
-	gtkwidgetaccessible.h
-
 libgail_la_SOURCES = 			\
 	$(gail_c_sources)		\
-	$(gail_public_h_sources)	\
 	$(gail_private_h_sources)
 
-libgailinclude_HEADERS =		\
-	$(gail_public_h_sources)
-
 libgail_la_CPPFLAGS = \
 	-I$(top_srcdir)			\
 	-I$(top_srcdir)/gdk		\



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