mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
tests: list libs/struct*h files explicitly in Makefile.am
Hopefully makes the gentoo buildbot happy again.
This commit is contained in:
parent
961226e0cd
commit
08a14d45b9
1 changed files with 3 additions and 1 deletions
|
@ -171,7 +171,9 @@ VALGRIND_TO_FIX = \
|
||||||
noinst_PROGRAMS = $(check_libvisual)
|
noinst_PROGRAMS = $(check_libvisual)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
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 \
|
AM_CFLAGS = -I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \
|
||||||
$(GST_CFLAGS) $(GST_CHECK_CFLAGS) \
|
$(GST_CFLAGS) $(GST_CHECK_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue