tests: dist all struct_*.h files for libs ABI test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 11 Apr 2011 13:29:35 +0000 (14:29 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 11 Apr 2011 13:29:35 +0000 (14:29 +0100)
Should fix distcheck on x86_64.

tests/check/Makefile.am

index 9a9a962..e0b159d 100644 (file)
@@ -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) \