[gtk/dont-dist-gresource-srcs] gtk/Makefile.am: Fix distcheck



commit bac9ff22f57891f71ebd51bb650d2c783421131a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed May 18 15:29:24 2022 +0800

    gtk/Makefile.am: Fix distcheck
    
    Apparently distcheck expects the generated gtk.gresource.xml to be
    there.

 gtk/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8775ced47c..fc701d1112 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]