base: Avoid usage of deprecated API
[platform/upstream/gstreamer.git] / tests / examples / encoding / Makefile.am
1 examples = encoding
2
3 encoding_SOURCES = gstcapslist.c encoding.c
4 EXTRA_DIST = gstcapslist.h
5
6 noinst_PROGRAMS = $(examples)
7
8 LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
9         $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \
10         $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
11         $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
12         $(GST_BASE_LIBS) \
13         $(GST_LIBS)
14 AM_CFLAGS = -I$(top_builddir)/gst-libs \
15         $(GST_PLUGINS_BASE_CFLAGS) \
16         $(GST_BASE_CFLAGS) \
17         $(GST_CFLAGS)