summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-01-27 20:33:02 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-01-27 20:33:02 +0000
commit3c1f1b195f4ba2754815b1a963f8487ce59d19fe (patch)
tree259fd178c98cecf885d1b194627dca218ed63b10 /tests
parent4bee98e7b4ff7f97f4b80e062091e8b047e13ff8 (diff)
tests: fix build of aspectratio crop unit test in uninstalled environment.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 2fd65b36..5b398a83 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -125,6 +125,9 @@ VALGRIND_TESTS_DISABLE = \
SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-good.supp
+elements_aspectratiocrop_LDADD = $(LDADD)
+elements_aspectratiocrop_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
+
elements_audiopanorama_LDADD = \
$(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) \
$(LDADD)