Hash :
0dc2838b
Author :
Date :
2009-10-09T08:36:22
maint: make realtime library usage explicit Adding a Link section makes it easier to notice when it a module may require edits to a user's Makefile.am. * modules/gethrxtime (Link): Mention LIB_GETHRXTIME. * modules/gettime (Link): Mention LIB_CLOCK_GETTIME. * modules/settime (Link): Likewise. * modules/xnanosleep (Link): Mention LIB_NANOSLEEP. Signed-off-by: Eric Blake <ebb9@byu.net>
Description:
Get high resolution real time.
Files:
lib/xtime.h
lib/gethrxtime.c
lib/gethrxtime.h
m4/gethrxtime.m4
m4/longlong.m4
Depends-on:
clock-time
extensions
gettime
sys_time
configure.ac:
gl_GETHRXTIME
Makefile.am:
Include:
"xtime.h"
Link:
$(LIB_GETHRXTIME)
License:
GPL
Maintainer:
Paul Eggert