gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24298 - Extractor/src/common


From: gnunet
Subject: [GNUnet-SVN] r24298 - Extractor/src/common
Date: Fri, 12 Oct 2012 18:14:54 +0200

Author: grothoff
Date: 2012-10-12 18:14:54 +0200 (Fri, 12 Oct 2012)
New Revision: 24298

Modified:
   Extractor/src/common/Makefile.am
Log:
-add lcov options for common lib

Modified: Extractor/src/common/Makefile.am
===================================================================
--- Extractor/src/common/Makefile.am    2012-10-12 16:14:29 UTC (rev 24297)
+++ Extractor/src/common/Makefile.am    2012-10-12 16:14:54 UTC (rev 24298)
@@ -3,6 +3,11 @@
 LIBS = \
  @LE_LIBINTL@ @LIBS@
 
+if USE_COVERAGE
+  AM_CFLAGS = --coverage -O0
+  XLIB = -lgcov
+endif
+
 lib_LTLIBRARIES = \
   libextractor_common.la
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]