X-Git-Url: https://git.ao2.it/gst-am7xxxsink.git/blobdiff_plain/42d98f746fd40bcc42dcfc0848c25a70dc785911..a4f104c73cff3ef6c9f637be33e9df351dd924e2:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 06a03e0..7971f2c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,15 +1,15 @@ # Note: plugindir is set in configure -plugin_LTLIBRARIES = libgstfbdevsink.la +plugin_LTLIBRARIES = libgstam7xxxsink.la # sources used to compile this plug-in -libgstfbdevsink_la_SOURCES = gstfbdevsink.c gstfbdevsink.h +libgstam7xxxsink_la_SOURCES = gstam7xxxsink.c gstam7xxxsink.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 +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 = gstfbdevsink.h +noinst_HEADERS = gstam7xxxsink.h