diff --git a/ChangeLog b/ChangeLog index b3f79c9c17..bdfbe34b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-14 David Schleef + + * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain + the new functions. + 2005-09-14 David Schleef * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat): diff --git a/gst/Makefile.am b/gst/Makefile.am index b8b11a7131..a9e7e8e3b9 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -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 \