# Note: plugindir is set in configure plugin_LTLIBRARIES = libgstam7xxxsink.la # sources used to compile this plug-in libgstam7xxxsink_la_SOURCES = gstam7xxxsink.c gstam7xxxsink.h # compiler and linker flags used to compile this plugin, set in configure.ac libgstam7xxxsink_la_CFLAGS = $(GST_CFLAGS) libgstam7xxxsink_la_LIBADD = $(GST_LIBS) libgstam7xxxsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstam7xxxsink_la_LIBTOOLFLAGS = --tag=disable-static # headers we need but don't want installed noinst_HEADERS = gstam7xxxsink.h