summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-09 14:17:32 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-09 14:17:32 +0000
commit530d023e87f54f56a52b9f001e2c53b3389f8ef0 (patch)
tree1cbcdb9720105ea90b88b7ceeddfff4203068930
parenta6c45e0b760826ef54a9b36366544709c88c4874 (diff)
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)
-rw-r--r--ChangeLog6
-rw-r--r--libs/gst/bytestream/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf4ad74db..2fc6130ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* gst/gstpad.c: (gst_pad_proxy_fixate):
diff --git a/libs/gst/bytestream/Makefile.am b/libs/gst/bytestream/Makefile.am
index 4d35588c3..3d7b26585 100644
--- a/libs/gst/bytestream/Makefile.am
+++ b/libs/gst/bytestream/Makefile.am
@@ -8,7 +8,7 @@ noinst_DATA = $(as_libtool_noinst_DATA_files)
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/bytestream
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_LIBS = $(GST_OBJ_LIBS)
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)