souphttpsrc: Fix incompatible type build warning
[platform/upstream/gst-plugins-good.git] / gst / interleave / Makefile.am
1
2 plugin_LTLIBRARIES = libgstinterleave.la
3
4 libgstinterleave_la_SOURCES = plugin.c interleave.c deinterleave.c
5 libgstinterleave_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
6 libgstinterleave_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS)
7 libgstinterleave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8
9 noinst_HEADERS = plugin.h interleave.h deinterleave.h