Makefile.am: include lcov.mak

Original commit message from CVS:
* Makefile.am:
include lcov.mak
* configure.ac:
add GCOV_LIBS to GST_LIBS
This commit is contained in:
Thomas Vander Stichele 2006-07-02 21:48:51 +00:00
parent 1df142aa5e
commit da2fd7f3a6
4 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am:
include lcov.mak
* configure.ac:
add GCOV_LIBS to GST_LIBS
2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Michael Sheldon <webmaster at mikeasoft com>

View file

@ -59,3 +59,5 @@ WIN32_COPY = \
win32-update:
for f in $(WIN32_COPY); do cp $$f win32/common;done
include $(top_srcdir)/common/coverage/lcov.mak

2
common

@ -1 +1 @@
Subproject commit 2cd1cf860cd15e61827c0f5f1db96f877344c722
Subproject commit f411695f3e009b4d348a8fa2dd32c0171f1ff683

View file

@ -545,6 +545,8 @@ dnl also add builddir include for enumtypes and marshal
dnl add GST_OPTION_CFLAGS, but overridable
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
dnl add GCOV libs because libtool strips -fprofile-arcs -ftest-coverage
GST_LIBS="$GST_LIBS \$(GCOV_LIBS)"
AC_SUBST(GST_LIBS)
dnl LDFLAGS really should only contain flags, not libs - they get added before