tests/check/Makefile.am: And now fix 'make distcheck' (builddir != srcdir)

Original commit message from CVS:
* tests/check/Makefile.am:
And now fix 'make distcheck' (builddir != srcdir)
This commit is contained in:
Tim-Philipp Müller 2005-12-29 12:43:22 +00:00
parent a8937ea36e
commit 097f448b19
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/Makefile.am:
And now fix 'make distcheck' (builddir != srcdir)
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:

View file

@ -60,5 +60,5 @@ libs_cddabasesrc_LDADD = \
$(LDADD)
libs_cddabasesrc_CFLAGS = \
-I$(top_builddir)/gst-libs \
-I$(top_srcdir)/gst-libs \
$(CFLAGS) $(AM_CFLAGS)