2 # need to get gstbufferstore.[ch] into its own lib, preferrably
3 # libs/gst/buifferstore
4 # This requires building libs/gst before this dir, which we currently don't
7 plugin_LTLIBRARIES = libgstelements.la
8 AS_LIBTOOL_LIB = libgstelements
10 EXTRA_DIST = $(as_libtool_EXTRA_DIST)
11 noinst_DATA = $(as_libtool_noinst_DATA_files)
14 # Disable multifilesrc on Windows, cause it uses mmap excessively
15 # and I don't feel like fixing it yet. See also the disablement
21 multifilesrc = gstmultifilesrc.c
22 pipefilter = gstpipefilter.c
25 libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
26 libgstelements_la_SOURCES = \
44 # gsttypefindelement.c
46 libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
47 libgstelements_la_LIBADD = $(GST_OBJ_LIBS)
48 libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS) \
49 $(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
69 install-data-local: as-libtool-install-data-local
71 uninstall-local: as-libtool-uninstall-local
73 include $(top_srcdir)/common/as-libtool.mak