mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
584cc93574
commit
162462e549
2 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue