From cd8d4df000ae3036eeb3d1136c94c0ef35d62075 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 3 Aug 2005 16:10:06 +0000 Subject: [PATCH] fixed distcheck breakage Original commit message from CVS: fixed distcheck breakage --- check/Makefile.am | 2 +- tests/check/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index 8fc4194b75..f10cda4f5d 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -72,7 +72,7 @@ gst_libs_gdp_SOURCES = \ gst_libs_gdp_CFLAGS = $(AM_CFLAGS) -DGST_ENABLE_NEW gst_libs_controller_LDADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) libgstcheck.la \ - $(top_srcdir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la + $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la # valgrind testing diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 8fc4194b75..f10cda4f5d 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -72,7 +72,7 @@ gst_libs_gdp_SOURCES = \ gst_libs_gdp_CFLAGS = $(AM_CFLAGS) -DGST_ENABLE_NEW gst_libs_controller_LDADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) libgstcheck.la \ - $(top_srcdir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la + $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la # valgrind testing