mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: dist all struct_*.h files for libs ABI test
Should fix distcheck on x86_64.
This commit is contained in:
parent
eb10995895
commit
53ed133354
1 changed files with 1 additions and 7 deletions
|
@ -171,13 +171,7 @@ VALGRIND_TO_FIX = \
|
||||||
noinst_PROGRAMS = $(check_libvisual)
|
noinst_PROGRAMS = $(check_libvisual)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
libs/struct_i386.h
|
libs/struct_*.h
|
||||||
# libs/struct_arm.h \
|
|
||||||
# libs/struct_hppa.h \
|
|
||||||
# libs/struct_ppc32.h \
|
|
||||||
# libs/struct_ppc64.h \
|
|
||||||
# libs/struct_sparc.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