gtk/Makefile.am: Fix distcheck
Apparently distcheck expects the generated gtk.gresource.xml to be there.
This commit is contained in:
parent
dc9d60fc9a
commit
bac9ff22f5
@ -964,6 +964,9 @@ endif
|
||||
|
||||
EXTRA_DIST += $(gtk_all_private_h_sources) $(gtk_extra_sources)
|
||||
|
||||
# We need to dist this for `make distcheck`, apparently...
|
||||
EXTRA_DIST += gtk.gresource.xml
|
||||
|
||||
|
||||
pkgdatadir = $(datadir)/gtk-$(GTK_API_VERSION)
|
||||
pkgdata_DATA = gtkbuilder.rng
|
||||
|
Loading…
Reference in New Issue
Block a user