tests/check/Makefile.am: libs/transform1 test requires libs/test_transform.c
authorEdward Hervey <bilboed@bilboed.com>
Sat, 30 Aug 2008 12:57:47 +0000 (12:57 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 30 Aug 2008 12:57:47 +0000 (12:57 +0000)
Original commit message from CVS:
* tests/check/Makefile.am:
libs/transform1 test requires libs/test_transform.c

ChangeLog
tests/check/Makefile.am

index 176e024..821206e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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):
        Die evil deadlock, die !
 
index 5904a9f..aedc16b 100644 (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) \