check/Makefile.am: Oops, that should have been top_srcdir
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 28 Nov 2005 11:31:31 +0000 (11:31 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 28 Nov 2005 11:31:31 +0000 (11:31 +0000)
Original commit message from CVS:
* check/Makefile.am:
Oops, that should have been top_srcdir

ChangeLog
check/Makefile.am
tests/check/Makefile.am

index 21b38a0..0772482 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * check/Makefile.am:
+       Oops, that should have been top_srcdir
+
+2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * check/Makefile.am:
        * check/elements/fdsrc.c: (GST_START_TEST):
        Use a cmdline define to specify the location of a file to use for
        testing, to avoid breaking distcheck.
index 5ee0937..50b6691 100644 (file)
@@ -79,7 +79,7 @@ gst_libs_gdp_SOURCES = \
        $(top_srcdir)/libs/gst/dataprotocol/dataprotocol.c
 gst_libs_gdp_CFLAGS = $(AM_CFLAGS)
 
-elements_fdsrc_CFLAGS=$(GST_OBJ_CFLAGS) $(CHECK_CFLAGS) -DTESTFILE=\"$(top_builddir)/configure.ac\"
+elements_fdsrc_CFLAGS=$(GST_OBJ_CFLAGS) $(CHECK_CFLAGS) -DTESTFILE=\"$(top_srcdir)/configure.ac\"
 
 gst_libs_controller_LDADD = \
        $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
index 5ee0937..50b6691 100644 (file)
@@ -79,7 +79,7 @@ gst_libs_gdp_SOURCES = \
        $(top_srcdir)/libs/gst/dataprotocol/dataprotocol.c
 gst_libs_gdp_CFLAGS = $(AM_CFLAGS)
 
-elements_fdsrc_CFLAGS=$(GST_OBJ_CFLAGS) $(CHECK_CFLAGS) -DTESTFILE=\"$(top_builddir)/configure.ac\"
+elements_fdsrc_CFLAGS=$(GST_OBJ_CFLAGS) $(CHECK_CFLAGS) -DTESTFILE=\"$(top_srcdir)/configure.ac\"
 
 gst_libs_controller_LDADD = \
        $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \