From 6b1dcd2ec0322372c996de06cfc16b22eb117249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 6 Nov 2014 09:39:08 +0000 Subject: [PATCH] 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 --- tests/check/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 698bad4734..d2eb6c5471 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 \