From 0d0dd13a7156ab16225ea356661e287828354973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 29 Dec 2005 12:13:57 +0000 Subject: [PATCH] tests/check/Makefile.am: Fix test case compilation. Original commit message from CVS: * tests/check/Makefile.am: Fix test case compilation. --- ChangeLog | 5 +++++ tests/check/Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2e4b680024..7d91498980 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-29 Tim-Philipp Müller + + * tests/check/Makefile.am: + Fix test case compilation. + 2005-12-29 Tim-Philipp Müller * gst-libs/gst/cdda/gstcddabasesrc.c: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 12daaedb16..c09c8f0e24 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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)