2002-12-12 22:14:36 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstindexers.la
|
2004-04-20 22:22:01 +00:00
|
|
|
AS_LIBTOOL_LIB = libgstindexers
|
|
|
|
|
|
|
|
EXTRA_DIST = $(as_libtool_EXTRA_DIST)
|
|
|
|
noinst_DATA = $(as_libtool_noinst_DATA_files)
|
2002-12-12 22:14:36 +00:00
|
|
|
|
2004-02-12 16:49:16 +00:00
|
|
|
# file index uses xml
|
|
|
|
if GST_DISABLE_LOADSAVE
|
|
|
|
GST_LOADSAVE_SRC =
|
|
|
|
else
|
|
|
|
GST_LOADSAVE_SRC = gstfileindex.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
2004-05-04 12:38:36 +00:00
|
|
|
libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)
|
2004-04-21 02:43:55 +00:00
|
|
|
libgstindexers_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
|
|
|
|
|