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>
 2009-10-09  Eric Blake  <ebb9@byu.net>
 
+       maint: make realtime library usage explicit
+       * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
+       * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
+       * modules/settime (Link): Likewise.
+       * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
+
        test-stat-time: speed up execution
        * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
        warning on mingw.
 
 Include:
 "xtime.h"
 
+Link:
+$(LIB_GETHRXTIME)
+
 License:
 GPL
 
 
 Include:
 "timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
 
 Include:
 "timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
 
 
 Makefile.am:
 
+Link:
+$(LIB_NANOSLEEP)
+
 Include:
 "xnanosleep.h"