mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 13:04:18 +00:00
tests/check/Makefile.am: libs/transform1 test requires libs/test_transform.c
Original commit message from CVS: * tests/check/Makefile.am: libs/transform1 test requires libs/test_transform.c
This commit is contained in:
parent
98354dc527
commit
1639fb5905
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-30 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
libs/transform1 test requires libs/test_transform.c
|
||||
|
||||
2008-08-30 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* gst/gstpad.c: (gst_pad_get_internal_links_default):
|
||||
|
|
|
@ -128,6 +128,9 @@ noinst_HEADERS = \
|
|||
libs/struct_ppc64.h \
|
||||
libs/struct_x86_64.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
libs/test_transform.c
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
||||
LDADD = $(top_builddir)/libs/gst/check/libgstcheck-@GST_MAJORMINOR@.la \
|
||||
$(GST_OBJ_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue