From: Tim-Philipp Müller Date: Mon, 11 Apr 2011 13:29:35 +0000 (+0100) Subject: tests: dist all struct_*.h files for libs ABI test X-Git-Tag: 1.19.3~511^2~6555^2~993 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53ed1333549d7aab2babec0661a8482695db249d;p=platform%2Fupstream%2Fgstreamer.git tests: dist all struct_*.h files for libs ABI test Should fix distcheck on x86_64. --- diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 9a9a962..e0b159d 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -171,13 +171,7 @@ VALGRIND_TO_FIX = \ noinst_PROGRAMS = $(check_libvisual) noinst_HEADERS = \ - libs/struct_i386.h -# libs/struct_arm.h \ -# libs/struct_hppa.h \ -# libs/struct_ppc32.h \ -# libs/struct_ppc64.h \ -# libs/struct_sparc.h \ -# libs/struct_x86_64.h + libs/struct_*.h AM_CFLAGS = -I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \ $(GST_CFLAGS) $(GST_CHECK_CFLAGS) \