summaryrefslogtreecommitdiff
path: root/tests/examples/encoding/Makefile.am
blob: 81e9f6a991c8e6525532483973550494e9942c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
examples = encoding

encoding_SOURCES = gstcapslist.c encoding.c
EXTRA_DIST = gstcapslist.h

noinst_PROGRAMS = $(examples)

LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
	$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
	$(GST_BASE_LIBS) \
	$(GST_LIBS)
AM_CFLAGS = -I$(top_builddir)/gst-libs \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_BASE_CFLAGS) \
	$(GST_CFLAGS)