blob: 0d04b56ead6fa15d9ede264852df514e5834d278 [file] [log] [blame]
## we need to specify the plugindir if we want libtool to build .so files ...
plugindir=$(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstexample.la
libgstexample_la_SOURCES = example.c
libgstexample_la_CFLAGS = $(GST_CFLAGS)
libgstexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = example.h
## ... but we don't want them installed so we override the install target
install:
@true