summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-08-28 21:24:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-08-28 21:24:11 -0400
commitaf8539bf11fd4e7084d304a6f33a46431f025741 (patch)
treeaab20e0cadcc1d23d7f1c9e9e9c808486b541fed /gtk/Makefile.am
parenteb10e6b128aba98f24d4d28f9c9501278e1e8c5a (diff)
downloadgtk+-af8539bf11fd4e7084d304a6f33a46431f025741.tar.gz
Move deprectated menu enumerations to a private header
The GtkSubmenuDirection and GtkSubmenuPlacement enumerations have been deprecated as public API for a while, but are still used internally in the menu code. Move them to a private header. This also prevents to generation of GObject boilerplate for these enums.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8fdc74757a..b2a03f39b4 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -372,6 +372,7 @@ gtk_private_h_sources = \
gtkiconcache.h \
gtkintl.h \
gtkkeyhash.h \
+ gtkmenuprivate.h \
gtkmnemonichash.h \
gtkmountoperationprivate.h \
gtkpango.h \