mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
Makefile.am: add new abi headers to nodist_HEADERS
This commit is contained in:
parent
88cda98939
commit
b30e516d3e
1 changed files with 2 additions and 0 deletions
|
@ -139,12 +139,14 @@ TESTS = $(check_PROGRAMS)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gst/capslist.h \
|
gst/capslist.h \
|
||||||
|
gst/struct_arm.h \
|
||||||
gst/struct_i386.h \
|
gst/struct_i386.h \
|
||||||
gst/struct_hppa.h \
|
gst/struct_hppa.h \
|
||||||
gst/struct_ppc32.h \
|
gst/struct_ppc32.h \
|
||||||
gst/struct_ppc64.h \
|
gst/struct_ppc64.h \
|
||||||
gst/struct_sparc.h \
|
gst/struct_sparc.h \
|
||||||
gst/struct_x86_64.h \
|
gst/struct_x86_64.h \
|
||||||
|
libs/struct_arm.h \
|
||||||
libs/struct_i386.h \
|
libs/struct_i386.h \
|
||||||
libs/struct_hppa.h \
|
libs/struct_hppa.h \
|
||||||
libs/struct_ppc32.h \
|
libs/struct_ppc32.h \
|
||||||
|
|
Loading…
Reference in a new issue