summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-23 23:31:23 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-23 23:31:23 +0800
commit1374645089e1e4d17b2e6c064a659813c2bf87a2 (patch)
tree67bab8f7fe7e980945eb4bef481e462feea69a6e /gtk
parentac62479c9ecceda406b110f0623ac6f031c352af (diff)
downloadgtk+-1374645089e1e4d17b2e6c064a659813c2bf87a2.tar.gz
Fix make dist
Commit ea241c6 dropped the wrong private header from dist, so correct this to fix 'make dist'
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \