mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: dist header file needed for ABI checks on powerpc32
Fixes 'make check' on debian powerpc32 buildbot: libs/libsabi.c:95:26: fatal error: struct_ppc32.h: No such file or directory
This commit is contained in:
parent
6ccef9d223
commit
6b1dcd2ec0
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ noinst_HEADERS = \
|
|||
libs/struct_arm.h \
|
||||
libs/struct_i386.h \
|
||||
libs/struct_i386_osx.h \
|
||||
libs/struct_ppc32.h \
|
||||
libs/struct_x86_64.h
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \
|
||||
|
|
Loading…
Reference in a new issue