summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-08-07 15:03:33 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-08-07 15:03:33 +0100
commita790c3ba874bd12b4b363f4c2fab51c9e1db6fc1 (patch)
treee4a46ec81e748b00f3f4666dba28fa7fff6f1829
parent3a6cdb805b2e118e09ede30e9cecbcec0db4a9c0 (diff)
tests: fix compilation of glmemory test
-rw-r--r--tests/check/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index e47e246..e5aee02 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -47,11 +47,11 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
libs_gstglmemory_CFLAGS = \
$(GST_PLUGINS_GL_CFLAGS) \
- $(GST_BASE_CFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS) \
$(AM_CFLAGS)
libs_gstglmemory_LDADD = \
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
- $(GST_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)\
+ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)\
$(LDADD)