1# plugindir is set in configure 2 3plugin_LTLIBRARIES = libgstkate.la 4 5# sources used to compile this plug-in 6libgstkate_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 12libgstkate_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TIGER_CFLAGS) $(KATE_CFLAGS) 13libgstkate_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) $(GST_LIBS) $(TIGER_LIBS) $(KATE_LIBS) 14libgstkate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 15 16# headers we need but don't want installed 17noinst_HEADERS = gstkate.h gstkatedec.h gstkateenc.h gstkateparse.h gstkatetag.h gstkateutil.h gstkatespu.h gstkatetiger.h 18 19EXTRA_DIST=README 20