summaryrefslogtreecommitdiff
path: root/gdk/broadway
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-09-24 08:27:45 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-09-24 08:29:30 +0100
commit020af232967a655e10eb8bf367945a097a61cd67 (patch)
tree09737f8494e0cf7b3a05f7e6c5257d624d4bc6a0 /gdk/broadway
parent9dfa8e200db6c4f5922dad812135dda4ef87dc2e (diff)
downloadgtk+-020af232967a655e10eb8bf367945a097a61cd67.tar.gz
build: Dist toarray.pl
Some distributions (MSYS2, Debian) call autoreconf on a tarball because they change the autotools artifacts. In order to rebuild the Broadway generated files, we need to ship the scripts that we use when disting a release.
Diffstat (limited to 'gdk/broadway')
-rw-r--r--gdk/broadway/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/broadway/Makefile.am b/gdk/broadway/Makefile.am
index 90500a257f..2f8457e726 100644
--- a/gdk/broadway/Makefile.am
+++ b/gdk/broadway/Makefile.am
@@ -30,6 +30,8 @@ libgdkbroadwayinclude_HEADERS = \
gdkbroadwaycursor.h \
gdkbroadwayvisual.h
+EXTRA_DIST += toarray.pl
+
clienthtml.h: client.html
$(AM_V_GEN) $(PERL) $(srcdir)/toarray.pl client_html $(srcdir)/client.html > $@