mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
check/Makefile.am: Oops, that should have been top_srcdir
Original commit message from CVS: * check/Makefile.am: Oops, that should have been top_srcdir
This commit is contained in:
parent
1a92a78432
commit
cdfe12031f
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* check/Makefile.am:
|
* check/Makefile.am:
|
||||||
|
|
|
@ -79,7 +79,7 @@ gst_libs_gdp_SOURCES = \
|
||||||
$(top_srcdir)/libs/gst/dataprotocol/dataprotocol.c
|
$(top_srcdir)/libs/gst/dataprotocol/dataprotocol.c
|
||||||
gst_libs_gdp_CFLAGS = $(AM_CFLAGS)
|
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 = \
|
gst_libs_controller_LDADD = \
|
||||||
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
|
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
|
||||||
|
|
|
@ -79,7 +79,7 @@ gst_libs_gdp_SOURCES = \
|
||||||
$(top_srcdir)/libs/gst/dataprotocol/dataprotocol.c
|
$(top_srcdir)/libs/gst/dataprotocol/dataprotocol.c
|
||||||
gst_libs_gdp_CFLAGS = $(AM_CFLAGS)
|
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 = \
|
gst_libs_controller_LDADD = \
|
||||||
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
|
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
|
||||||
|
|
Loading…
Reference in a new issue