gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain the new functions.

Original commit message from CVS:
* gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
the new functions.
This commit is contained in:
David Schleef 2005-09-15 01:14:17 +00:00
parent 584cc93574
commit 162462e549
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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):

View 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 \