tests: list libs/struct*h files explicitly in Makefile.am

Hopefully makes the gentoo buildbot happy again.
This commit is contained in:
Tim-Philipp Müller 2011-04-15 21:09:00 +01:00
parent 961226e0cd
commit 08a14d45b9

View file

@ -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) \