gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain the new functions.
authorDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 01:14:17 +0000 (01:14 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 01:14:17 +0000 (01:14 +0000)
Original commit message from CVS:
* gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
the new functions.

ChangeLog
gst/Makefile.am

index b3f79c9..bdfbe34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-09-14  David Schleef  <ds@schleef.org>
 
+       * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
+         the new functions.
+
+2005-09-14  David Schleef  <ds@schleef.org>
+
        * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
        * gst/glib-compat.h: Add some functions that are in newer versions
          of glib than we care to require.
index b8b11a7..a9e7e8e 100644 (file)
@@ -68,6 +68,7 @@ EXTRA_libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
        gstmarshal.list gstxml.c gstparse.c gsttrace.c
 
 libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
+       glib-compat.c           \
        gst.c                   \
        gstobject.c             \
        gstbin.c                \