gst/playback/Makefile.am: We need the marshallers for decodebin, too.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 31 Oct 2004 13:37:26 +0000 (13:37 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 31 Oct 2004 13:37:26 +0000 (13:37 +0000)
Original commit message from CVS:
* gst/playback/Makefile.am:
We need the marshallers for decodebin, too.

ChangeLog
gst/playback/Makefile.am

index b3a798e..e38380d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * gst/playback/Makefile.am:
+         We need the marshallers for decodebin, too.
+
 2004-10-30  David Schleef  <ds@schleef.org>
 
        * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
index 1507572..cf94e4b 100644 (file)
@@ -19,6 +19,7 @@ libgstplaybin_la_LIBADD =
 libgstplaybin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 libgstdecodebin_la_SOURCES = gstdecodebin.c
+nodist_libgstdecodebin_la_SOURCES = $(built_sources)
 libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
 libgstdecodebin_la_LIBADD =
 libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)