demos/Makefile.am: Move EXTRA_DIST outside "if HAVE_GTK"
authorSøren Sandmann <ssp@redhat.com>
Tue, 12 Nov 2013 00:13:31 +0000 (19:13 -0500)
committerSøren Sandmann <ssp@redhat.com>
Tue, 12 Nov 2013 00:28:30 +0000 (19:28 -0500)
commit741007311087be8a711cc9c76ec00e59a156c850
tree14b145a8f4c79f3618c7601f97f12e773d853b3a
parent9bab46e9b8df1b061e993546414ed7d69e7b2058
demos/Makefile.am: Move EXTRA_DIST outside "if HAVE_GTK"

Without this, if tarballs are generated on a system that doesn't have
GTK+ 2 development headers available, the files in EXTRA_DIST will not
be included, which then causes builds from the tarball to fail on
systems that do have GTK+ 2 headers available.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71465
demos/Makefile.am