summaryrefslogtreecommitdiffstats
path: root/gst/interleave/Makefile.am
blob: 8b1df9f587e261e5eecd2278d2d3399dea4b8955 (plain)
1
2
3
4
5
6
7
8
9
10

plugin_LTLIBRARIES = libgstinterleave.la

libgstinterleave_la_SOURCES = plugin.c interleave.c deinterleave.c
libgstinterleave_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstinterleave_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_LIBS) $(GST_BASE_LIBS)
libgstinterleave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstinterleave_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = plugin.h interleave.h deinterleave.h