gtk/Makefile.am: Dist the newly-added private headers

We need to dist language-names.h and script-names.h so that we won't
be missing headers in a dist tarball.
This commit is contained in:
Chun-wei Fan 2018-06-20 18:10:33 +08:00
parent e7bb83988f
commit e8d3899461

View File

@ -593,7 +593,9 @@ gtk_private_h_sources = \
gtkwindowprivate.h \
gtktreemenu.h \
gdkpixbufutilsprivate.h \
open-type-layout.h
open-type-layout.h \
language-names.h \
script-names.h
# GTK+ C sources to build the library from
gtk_base_c_sources = \