summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-28 08:46:25 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-28 08:51:59 -0300
commit5dadd667faf37a934ea1b4d508d0f3a2c694b245 (patch)
tree48a6be107b73c8bd079f7487237df524a37cb564 /tools
parent56441d45cf5a4987a24972af9f30225f6612c810 (diff)
Fixing Makefiles
Adds some missing lines to makefiles
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index faba72e1c7..406d64e2ec 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -15,7 +15,9 @@ EXTRA_DIST = \
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
-lgstpbutils-@GST_MAJORMINOR@ \
- $(GST_LIBS)
+ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la\
+ -lgstvideo-@GST_MAJORMINOR@ \
+ $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)