mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
libs/gst/bytestream/Makefile.am: we should indeed add .c files to makefiles or they won't be built (d'oh)
Original commit message from CVS: * libs/gst/bytestream/Makefile.am: we should indeed add .c files to makefiles or they won't be built (d'oh)
This commit is contained in:
parent
a6c45e0b76
commit
530d023e87
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-05-09 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
* libs/gst/bytestream/Makefile.am:
|
||||||
|
we should indeed add .c files to makefiles or they won't be built
|
||||||
|
(d'oh)
|
||||||
|
|
||||||
2004-05-08 Benjamin Otte <otte@gnome.org>
|
2004-05-08 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* gst/gstpad.c: (gst_pad_proxy_fixate):
|
* gst/gstpad.c: (gst_pad_proxy_fixate):
|
||||||
|
|
|
@ -8,7 +8,7 @@ noinst_DATA = $(as_libtool_noinst_DATA_files)
|
||||||
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/bytestream
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/bytestream
|
||||||
libgstbytestreaminclude_HEADERS = bytestream.h adapter.h
|
libgstbytestreaminclude_HEADERS = bytestream.h adapter.h
|
||||||
|
|
||||||
libgstbytestream_la_SOURCES = bytestream.c
|
libgstbytestream_la_SOURCES = bytestream.c adapter.c
|
||||||
libgstbytestream_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
libgstbytestream_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
libgstbytestream_la_LIBS = $(GST_OBJ_LIBS)
|
libgstbytestream_la_LIBS = $(GST_OBJ_LIBS)
|
||||||
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue