gstreamer/tests/old/examples/plugins/Makefile.am

10 lines
203 B
Makefile
Raw Normal View History

plugindir=/dev/null
plugin_LTLIBRARIES = libexample.la
libexample_la_SOURCES = example.c
libexample_la_CFLAGS = $(GST_CFLAGS)
libexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = example.h