tests/check/Makefile.am: Fix test case compilation.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 29 Dec 2005 12:13:57 +0000 (12:13 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 29 Dec 2005 12:13:57 +0000 (12:13 +0000)
Original commit message from CVS:
* tests/check/Makefile.am:
Fix test case compilation.

ChangeLog
tests/check/Makefile.am

index 2e4b680..7d91498 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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>
+
        * gst-libs/gst/cdda/gstcddabasesrc.c:
        (gst_cdda_base_src_update_duration),
        (gst_cdda_base_src_calculate_cddb_id):
index 12daaed..c09c8f0 100644 (file)
@@ -58,3 +58,7 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
 libs_cddabasesrc_LDADD = \
        $(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
        $(LDADD)
+
+libs_cddabasesrc_CFLAGS = \
+       -I$(top_builddir)/gst-libs \
+       $(CFLAGS) $(AM_CFLAGS)