From 1374645089e1e4d17b2e6c064a659813c2bf87a2 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 23 Sep 2015 23:31:23 +0800 Subject: [PATCH] Fix make dist Commit ea241c6 dropped the wrong private header from dist, so correct this to fix 'make dist' --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index c416951f87..4236f2246e 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -365,6 +365,7 @@ gtk_private_h_sources = \ gtkcolorswatchprivate.h \ gtkcoloreditorprivate.h \ gtkcolorplaneprivate.h \ + gtkcolorscaleprivate.h \ gtkcolorchooserprivate.h \ gtkcomboboxprivate.h \ gtkcontainerprivate.h \ @@ -494,7 +495,6 @@ gtk_private_h_sources = \ gtkrenderprivate.h \ gtkresources.h \ gtkroundedboxprivate.h \ - gtkscaleprivate.h \ gtksearchengine.h \ gtksearchenginesimple.h \ gtksearchenginemodel.h \