diff options
Diffstat (limited to 'libs/gst/bytestream/Makefile.am')
-rw-r--r-- | libs/gst/bytestream/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |