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:
Edward Hervey 2008-08-30 12:57:47 +00:00
parent 98354dc527
commit 1639fb5905
2 changed files with 8 additions and 0 deletions

View file

@ -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):

View file

@ -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) \