forked from AuroraMiddleware/gtk
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:
parent
e7bb83988f
commit
e8d3899461
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user