2004-04-20 22:22:01 +00:00
|
|
|
plugin_LTLIBRARIES = libgstbytestream.la
|
2003-10-28 20:25:30 +00:00
|
|
|
|
2003-10-31 20:22:47 +00:00
|
|
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/bytestream
|
2004-06-20 17:05:40 +00:00
|
|
|
libgstbytestreaminclude_HEADERS = bytestream.h adapter.h filepad.h
|
2003-10-28 20:25:30 +00:00
|
|
|
|
2004-06-20 17:05:40 +00:00
|
|
|
libgstbytestream_la_SOURCES = bytestream.c adapter.c filepad.c
|
2004-05-04 12:38:36 +00:00
|
|
|
libgstbytestream_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
libgstbytestream_la_LIBS = $(GST_OBJ_LIBS)
|
2005-04-23 23:25:08 +00:00
|
|
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2004-04-20 22:22:01 +00:00
|
|
|
|