# Note: plugindir is set in configure plugin_LTLIBRARIES = libgstfbdevsink.la # sources used to compile this plug-in libgstfbdevsink_la_SOURCES = gstfbdevsink.c gstfbdevsink.h # compiler and linker flags used to compile this plugin, set in configure.ac libgstfbdevsink_la_CFLAGS = $(GST_CFLAGS) libgstfbdevsink_la_LIBADD = $(GST_LIBS) libgstfbdevsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstfbdevsink_la_LIBTOOLFLAGS = --tag=disable-static # headers we need but don't want installed noinst_HEADERS = gstfbdevsink.h