2005-03-29 10:55:39 +00:00
|
|
|
lib_LTLIBRARIES = libgstbase-@GST_MAJORMINOR@.la
|
|
|
|
AS_LIBTOOL_LIB = libgstbase-@GST_MAJORMINOR@
|
2005-03-28 14:54:33 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(as_libtool_EXTRA_DIST)
|
|
|
|
noinst_DATA = $(as_libtool_noinst_DATA_files)
|
|
|
|
|
2005-04-01 02:41:35 +00:00
|
|
|
libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES = \
|
|
|
|
../libgstreamer-@GST_MAJORMINOR@.la
|
2005-03-29 10:55:39 +00:00
|
|
|
libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
|
2005-04-12 10:52:55 +00:00
|
|
|
gstbasesink.c \
|
|
|
|
gstbasesrc.c \
|
|
|
|
gstbasetransform.c \
|
|
|
|
gsttypefindhelper.c
|
2005-03-28 14:54:33 +00:00
|
|
|
|
2005-03-29 10:55:39 +00:00
|
|
|
libgstbase_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
2005-04-01 02:41:35 +00:00
|
|
|
libgstbase_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) \
|
|
|
|
../libgstreamer-@GST_MAJORMINOR@.la
|
2005-03-29 10:55:39 +00:00
|
|
|
libgstbase_@GST_MAJORMINOR@_la_LDFLAGS = $(as_libtool_LDFLAGS)
|
2005-03-28 14:54:33 +00:00
|
|
|
|
2005-03-29 10:55:39 +00:00
|
|
|
libgstbase_@GST_MAJORMINOR@includedir = \
|
|
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/base
|
|
|
|
|
|
|
|
libgstbase_@GST_MAJORMINOR@include_HEADERS = \
|
2005-04-12 10:52:55 +00:00
|
|
|
gstbasesink.h \
|
|
|
|
gstbasesrc.h \
|
|
|
|
gstbasetransform.h \
|
|
|
|
gsttypefindhelper.h
|
2005-03-28 14:54:33 +00:00
|
|
|
|
|
|
|
install-data-local: as-libtool-install-data-local
|
|
|
|
|
|
|
|
uninstall-local: as-libtool-uninstall-local
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/as-libtool.mak
|
|
|
|
|