encodebin: examples: Add missing base libs to makefile

This commit is contained in:
Thiago Santos 2011-04-29 11:48:02 -03:00
parent fd486588ce
commit 3c3a78f34a

View file

@ -6,7 +6,9 @@ EXTRA_DIST = gstcapslist.h
noinst_PROGRAMS = $(examples)
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
$(GST_BASE_LIBS) \
$(GST_LIBS)
AM_CFLAGS = -I$(top_builddir)/gst-libs \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS)