summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-08-07 11:51:00 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-07 11:51:00 +0200
commit8577e8e03f4cb5a73c2fdb6d899853fcac4d5590 (patch)
treef77520c16ade69d8884f48790014ffc731800fce
parentb06dbaf13f63480391122f7d6a70e9e89defb1c3 (diff)
examples: Fix compilation of recordgraphics example in uninstalled setup
-rw-r--r--tests/examples/generic/recordgraphic/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/generic/recordgraphic/Makefile.am b/tests/examples/generic/recordgraphic/Makefile.am
index 964176b..4ee21ac 100644
--- a/tests/examples/generic/recordgraphic/Makefile.am
+++ b/tests/examples/generic/recordgraphic/Makefile.am
@@ -3,6 +3,6 @@ noinst_PROGRAMS = recordgraphic
recordgraphic_SOURCES = main.cpp
-recordgraphic_CXXFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_CXXFLAGS) $(GL_CFLAGS)
-recordgraphic_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_LIBS) $(GL_LIBS)
+recordgraphic_CXXFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(GL_CFLAGS)
+recordgraphic_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_LIBS) $(GL_LIBS)