From 08a14d45b9f9b26ad77b37d99d1ba7cf71a8924a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 15 Apr 2011 21:09:00 +0100 Subject: [PATCH] tests: list libs/struct*h files explicitly in Makefile.am Hopefully makes the gentoo buildbot happy again. --- tests/check/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index e0b159d..8b8782d 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -171,7 +171,9 @@ VALGRIND_TO_FIX = \ noinst_PROGRAMS = $(check_libvisual) noinst_HEADERS = \ - libs/struct_*.h + libs/struct_i386.h \ + libs/struct_i386_osx.h \ + libs/struct_x86_64.h AM_CFLAGS = -I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \ $(GST_CFLAGS) $(GST_CHECK_CFLAGS) \ -- 2.7.4