mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests/check/Makefile.am: Fix test case compilation.
Original commit message from CVS: * tests/check/Makefile.am: Fix test case compilation.
This commit is contained in:
parent
1068588993
commit
0d0dd13a71
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Fix test case compilation.
|
||||||
|
|
||||||
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
|
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst-libs/gst/cdda/gstcddabasesrc.c:
|
* gst-libs/gst/cdda/gstcddabasesrc.c:
|
||||||
|
|
|
@ -58,3 +58,7 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
libs_cddabasesrc_LDADD = \
|
libs_cddabasesrc_LDADD = \
|
||||||
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
||||||
|
libs_cddabasesrc_CFLAGS = \
|
||||||
|
-I$(top_builddir)/gst-libs \
|
||||||
|
$(CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue