c54502b688644a2577f7cdb51f9464ba98d938ae
[platform/upstream/gstreamer.git] / gst / scaletempo / Makefile.am
1 plugin_LTLIBRARIES = libgstscaletempoplugin.la
2
3 # sources used to compile this plug-in
4 libgstscaletempoplugin_la_SOURCES = gstscaletempoplugin.c gstscaletempo.c
5
6 # flags used to compile this plugin
7 # add other _CFLAGS and _LIBS as needed
8 libgstscaletempoplugin_la_CFLAGS = $(GST_CFLAGS)
9 libgstscaletempoplugin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
10 libgstscaletempoplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstscaletempoplugin_la_LIBTOOLFLAGS = --tag=disable-static
12
13 # headers we need but don't want installed
14 noinst_HEADERS = gstscaletempo.h