[v4l2videodecoder] Post message for number of buffers
[platform/upstream/gst-plugins-good.git] / gst / dtmf / Makefile.am
1 plugin_LTLIBRARIES = libgstdtmf.la
2
3 libgstdtmf_la_SOURCES = gstdtmfsrc.c \
4                         gstrtpdtmfsrc.c \
5                         gstrtpdtmfdepay.c \
6                         gstdtmf.c
7
8 noinst_HEADERS = gstdtmfsrc.h \
9                  gstrtpdtmfsrc.h \
10                  gstrtpdtmfdepay.h \
11                  gstdtmfcommon.h
12
13 libgstdtmf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
14 libgstdtmf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
15         $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
16 libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)