mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
tests/check/Makefile.am: Don't forget to dist {gst,libs}/struct_hppa.h.
Original commit message from CVS: * tests/check/Makefile.am: Don't forget to dist {gst,libs}/struct_hppa.h.
This commit is contained in:
parent
8e2d76084f
commit
3d4291cca0
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-12-02 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Don't forget to dist {gst,libs}/struct_hppa.h.
|
||||||
|
|
||||||
2007-11-28 Stefan Kost <ensonic@users.sf.net>
|
2007-11-28 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* libs/gst/base/gstbasesink.c:
|
* libs/gst/base/gstbasesink.c:
|
||||||
|
|
|
@ -113,10 +113,12 @@ TESTS = $(check_PROGRAMS)
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gst/capslist.h \
|
gst/capslist.h \
|
||||||
gst/struct_i386.h \
|
gst/struct_i386.h \
|
||||||
|
gst/struct_hppa.h \
|
||||||
gst/struct_ppc32.h \
|
gst/struct_ppc32.h \
|
||||||
gst/struct_ppc64.h \
|
gst/struct_ppc64.h \
|
||||||
gst/struct_x86_64.h \
|
gst/struct_x86_64.h \
|
||||||
libs/struct_i386.h \
|
libs/struct_i386.h \
|
||||||
|
libs/struct_hppa.h \
|
||||||
libs/struct_ppc32.h \
|
libs/struct_ppc32.h \
|
||||||
libs/struct_ppc64.h \
|
libs/struct_ppc64.h \
|
||||||
libs/struct_x86_64.h
|
libs/struct_x86_64.h
|
||||||
|
|
Loading…
Reference in a new issue