Remove incorrect 'Link' sections.
[gnulib.git] / modules / timevar
blobb2a12bb99210ea5af06280548b32d3ca32a8a70b
1 Description:
2 A simple self-profiling module based on timers.
4 Files:
5 lib/timevar.h
6 lib/timevar.c
8 Depends-on:
9 gethrxtime
10 getrusage
11 gettext-h
12 stdlib
13 sys_time
14 sys_times
15 xalloc
17 Makefile.am:
18 lib_SOURCES += timevar.c timevar.def
20 Include:
21 "timevar.h"
23 Link:
24 $(LIB_GETHRXTIME)
25 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
27 License:
28 GPLv3+
30 Maintainer:
31 Akim Demaille <akim.demaille@gmail.com>