diff options
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 173ef56a92..1a90ba304b 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -148,6 +148,7 @@ gtk_public_h_sources = @STRIP_BEGIN@ \ gtktable.h \ gtktearoffmenuitem.h \ gtktextbuffer.h \ + gtktextchild.h \ gtktextiter.h \ gtktextmark.h \ gtktexttag.h \ @@ -189,7 +190,7 @@ gtk_semipublic_h_sources = @STRIP_BEGIN@ \ # GTK+ header files that don't get installed gtk_private_h_sources = @STRIP_BEGIN@ \ gtktextbtree.h \ - gtktextchild.h \ + gtktextchildprivate.h \ gtktextsegment.h \ gtktexttypes.h \ gtktextiterprivate.h \ |