Imported Upstream version 0.10.23
[profile/ivi/gst-plugins-bad.git] / ext / kate / Makefile.am
1 # plugindir is set in configure
2
3 plugin_LTLIBRARIES = libgstkate.la
4
5 # sources used to compile this plug-in
6 libgstkate_la_SOURCES = gstkate.c gstkatedec.c gstkateenc.c gstkateparse.c gstkatetag.c gstkateutil.c gstkatespu.c
7 if USE_TIGER
8 libgstkate_la_SOURCES += gstkatetiger.c
9 endif
10
11 # flags used to compile this plugin
12 libgstkate_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(TIGER_CFLAGS) $(KATE_CFLAGS)
13 libgstkate_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lgsttag-$(GST_MAJORMINOR) $(GST_LIBS) $(TIGER_LIBS) $(KATE_LIBS)
14 libgstkate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15 libgstkate_la_LIBTOOLFLAGS = --tag=disable-static
16
17 # headers we need but don't want installed
18 noinst_HEADERS = gstkate.h gstkatedec.h gstkateenc.h gstkateparse.h gstkatetag.h gstkateutil.h gstkatespu.h gstkatetiger.h
19
20 EXTRA_DIST=README