build: Stop distributing generated files in autotools tarballs
commit2a69cdb1cdbdbb885c831cf15f3fd4bc393df8f0
authorPhilip Withnall <withnall@endlessm.com>
Mon, 30 Jul 2018 18:58:24 +0000 (30 19:58 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Mon, 30 Jul 2018 18:58:24 +0000 (30 19:58 +0100)
tree07f03f893a368dbbc91aa6ce61cdeaff5d8454b3
parent47dcbd318f128533265feb00d6736088d0f3a026
build: Stop distributing generated files in autotools tarballs

It is a bug if we distribute files which are generated at build time —
they should be built on the machine which is compiling GLib, not be
shipped in the tarball.

This brings the autotools-generated tarball in line with the
ninja-generated one, with the exception of man pages and gtk-doc HTML
output.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
gio/Makefile.am
gio/tests/Makefile.am
glib/Makefile.am
tests/gobject/Makefile.am