maint: make realtime library usage explicit
authorEric Blake <ebb9@byu.net>
Fri, 9 Oct 2009 14:36:22 +0000 (08:36 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 10 Oct 2009 01:07:56 +0000 (19:07 -0600)
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>
ChangeLog
modules/gethrxtime
modules/gettime
modules/settime
modules/xnanosleep

index 649dfb1..0c57ea1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
index 1a2ac83..ab9507b 100644 (file)
@@ -22,6 +22,9 @@ Makefile.am:
 Include:
 "xtime.h"
 
+Link:
+$(LIB_GETHRXTIME)
+
 License:
 GPL
 
index 1b31e31..988d293 100644 (file)
@@ -20,6 +20,9 @@ Makefile.am:
 Include:
 "timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
index 79a268b..c2e1b3c 100644 (file)
@@ -20,6 +20,9 @@ Makefile.am:
 Include:
 "timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
index b8c758c..937bba0 100644 (file)
@@ -17,6 +17,9 @@ gl_XNANOSLEEP
 
 Makefile.am:
 
+Link:
+$(LIB_NANOSLEEP)
+
 Include:
 "xnanosleep.h"