diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-23 23:31:23 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-23 23:31:23 +0800 |
commit | 1374645089e1e4d17b2e6c064a659813c2bf87a2 (patch) | |
tree | 67bab8f7fe7e980945eb4bef481e462feea69a6e /gtk | |
parent | ac62479c9ecceda406b110f0623ac6f031c352af (diff) | |
download | gtk+-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.am | 2 |
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 \ |