libs: add GstBaseParse which was moved from -bad
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 12 Mar 2011 15:29:38 +0000 (15:29 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 14:44:57 +0000 (15:44 +0100)
libs/gst/base/Makefile.am

index 483aa8e..eaff166 100644 (file)
@@ -4,6 +4,7 @@ libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES = \
        $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
 libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
        gstadapter.c            \
+       gstbaseparse.c          \
        gstbasesink.c           \
        gstbasesrc.c            \
        gstbasetransform.c      \
@@ -24,6 +25,7 @@ libgstbase_@GST_MAJORMINOR@includedir =               \
 
 libgstbase_@GST_MAJORMINOR@include_HEADERS =   \
        gstadapter.h            \
+       gstbaseparse.h          \
        gstbasesink.h           \
        gstbasesrc.h            \
        gstbasetransform.h      \