[evolution-data-server/gnome-3-6] do not hardcode -lgcov



commit 69f6d1aa2964376d879de66e196f9e8935221f40
Author: Antoine Jacoutot <ajacoutot gnome org>
Date:   Sun Sep 30 11:10:13 2012 +0200

    do not hardcode -lgcov
    
    While a check for libgcov is made at configure time, -lgcov was still
    hardcoded here. So use $(CODE_COVERAGE_LDFLAGS) instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685127
    (cherry picked from commit e7d2d2268ceb0bc194a1ac0dbd399a2c5780a82e)

 tests/libedata-cal/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libedata-cal/Makefile.am b/tests/libedata-cal/Makefile.am
index e7ddfb3..147b1c4 100644
--- a/tests/libedata-cal/Makefile.am
+++ b/tests/libedata-cal/Makefile.am
@@ -57,7 +57,7 @@ test_intervaltree_coverage_LDADD = \
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
 	$(EVOLUTION_CALENDAR_LIBS)					\
 	$(CAMEL_LIBS)							\
-	-lgcov
+	$(CODE_COVERAGE_LDFLAGS)
 
 .PHONY: coverage
 coverage: 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]