summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-11-06 09:39:08 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-11-06 09:43:14 +0000
commitc7742a3770ec8a89ef49a4805b5fa515b1f8edeb (patch)
treecc4577e4a9fde3264e7fc632d2a37f93b32c80bb
parent87cc061f9ad252e58da9555e56158c9f58788639 (diff)
downloadgstreamer-plugins-base-c7742a3770ec8a89ef49a4805b5fa515b1f8edeb.tar.gz
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
-rw-r--r--tests/check/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 698bad473..d2eb6c547 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -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 \