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.
This commit is contained in:
Emmanuele Bassi 2015-09-24 08:27:45 +01:00
parent 9dfa8e200d
commit 020af23296

View File

@ -30,6 +30,8 @@ libgdkbroadwayinclude_HEADERS = \
gdkbroadwaycursor.h \ gdkbroadwaycursor.h \
gdkbroadwayvisual.h gdkbroadwayvisual.h
EXTRA_DIST += toarray.pl
clienthtml.h: client.html clienthtml.h: client.html
$(AM_V_GEN) $(PERL) $(srcdir)/toarray.pl client_html $(srcdir)/client.html > $@ $(AM_V_GEN) $(PERL) $(srcdir)/toarray.pl client_html $(srcdir)/client.html > $@