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
This commit is contained in:
Emmanuele Bassi
2010-10-19 11:38:09 +01:00
parent 9f9edb662e
commit 9b34bf17e5

View File

@@ -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 \