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:
Tim-Philipp Müller 2014-11-06 09:39:08 +00:00
parent 6ccef9d223
commit 6b1dcd2ec0

View file

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