configure.ac: reorganize clean up document more remove cruft
[platform/upstream/gstreamer.git] / gst / indexers / Makefile.am
1 plugin_LTLIBRARIES = libgstindexers.la
2
3 # file index uses xml
4 if GST_DISABLE_LOADSAVE
5 GST_LOADSAVE_SRC =
6 else
7 GST_LOADSAVE_SRC = gstfileindex.c
8 endif
9
10 libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
11 libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
12 libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)
13 libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)