do CVS surgery and related build fixery to move elements and indexers in a new gstrea...
[platform/upstream/gstreamer.git] / plugins / indexers / Makefile.am
1 plugin_LTLIBRARIES = libgstindexers.la
2 # file index uses xml
3 if GST_DISABLE_LOADSAVE
4 GST_LOADSAVE_SRC =
5 else
6 GST_LOADSAVE_SRC = gstfileindex.c
7 endif
8 if HAVE_MMAP
9
10 else
11 GST_LOADSAVE_SRC =
12 endif
13
14 libgstindexers_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
15 libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
16 libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
17 libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)
18 libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)