Fix make dist

Commit ea241c6 dropped the wrong private header from dist, so correct
this to fix 'make dist'
This commit is contained in:
Chun-wei Fan 2015-09-23 23:31:23 +08:00
parent ac62479c9e
commit 1374645089

View File

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