From d15712fc9bbef5efcfc4fb8126541b213a680c20 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 12 Jun 2017 18:14:57 +0800 Subject: [PATCH] gtk/Makefile.am: Fix 'make dist' We don't have gtkcenterboxprivate.h anymore, as it became a public header... --- gtk/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 82c725f9be..d204ba2267 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -578,8 +578,7 @@ gtk_private_h_sources = \ gtkwindowprivate.h \ gtktreemenu.h \ gdkpixbufutilsprivate.h \ - gtkgizmoprivate.h \ - gtkcenterboxprivate.h + gtkgizmoprivate.h # GTK+ C sources to build the library from gtk_base_c_sources = \