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

8 lines
158 B
Makefile
Raw Normal View History

noinst_LTLIBRARIES = libexample.la
libexample_la_SOURCES = example.c
libexample_la_CFLAGS = $(GST_CFLAGS)
libexample_la_LIBADD =
noinst_HEADERS = example.h