2004-04-20 22:22:01 +00:00
|
|
|
plugin_LTLIBRARIES = libgstbytestream.la
|
|
|
|
AS_LIBTOOL_LIB = libgstbytestream
|
|
|
|
|
|
|
|
EXTRA_DIST = $(as_libtool_EXTRA_DIST)
|
|
|
|
noinst_DATA = $(as_libtool_noinst_DATA_files)
|
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)
|
2004-04-21 02:43:55 +00:00
|
|
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
2004-04-20 22:22:01 +00:00
|
|
|
|
|
|
|
install-data-local: as-libtool-install-data-local
|
|
|
|
|
|
|
|
uninstall-local: as-libtool-uninstall-local
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/as-libtool.mak
|