[gtk+] build: Do not install gtkprivate.h



commit 9b34bf17e58f7c43bc4f4e17dccac45d5cbef117
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Oct 19 11:38:09 2010 +0100

    build: Do not install gtkprivate.h
    
    This is a private header file, and it should *not* be installed. It
    should also not be scanned by the introspection machinery.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=632539

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 05ee07b..bac21b3 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -254,7 +254,6 @@ gtk_public_h_sources =          \
 	gtkprintoperation.h	\
 	gtkprintoperationpreview.h	\
 	gtkprintsettings.h	\
-	gtkprivate.h		\
 	gtkprogressbar.h	\
 	gtkradioaction.h	\
 	gtkradiobutton.h	\
@@ -376,6 +375,7 @@ gtk_private_h_sources =		\
 	gtkplugprivate.h	\
 	gtkprintoperation-private.h\
 	gtkprintutils.h		\
+	gtkprivate.h		\
 	gtkrbtree.h		\
 	gtkrecentchooserdefault.h \
 	gtkrecentchooserprivate.h \



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