2001-12-23 18:12:12 +00:00
|
|
|
librarydir = $(libdir)/gst
|
2001-12-23 00:07:59 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
library_LTLIBRARIES = libgstbytestream.la
|
|
|
|
noinst_LTLIBRARIES = libgstbstest.la
|
2001-12-23 00:07:59 +00:00
|
|
|
|
|
|
|
libgstbytestreamincludedir = $(includedir)/gst/bytestream
|
|
|
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstbytestream_la_SOURCES = bytestream.c
|
2001-12-23 00:07:59 +00:00
|
|
|
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 01:39:45 +00:00
|
|
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-23 00:07:59 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstbstest_la_SOURCES = bstest.c
|
2001-12-23 00:07:59 +00:00
|
|
|
libgstbstest_la_CFLAGS = $(GST_CFLAGS)
|