From 020af232967a655e10eb8bf367945a097a61cd67 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 24 Sep 2015 08:27:45 +0100 Subject: [PATCH] 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. --- gdk/broadway/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 > $@