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 649dfb118669d68a9ff09e17ff8d290edcf284af..0c57ea15480fba9dabd57af8681ad0c384a32ed4 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 1a2ac8304309787886cfdf6d9f36d78434f36089..ab9507bcec9f65477fea88bec31a957ab05523b4 100644 (file)
@@ -22,6 +22,9 @@ Makefile.am:
 Include:
 "xtime.h"
 
+Link:
+$(LIB_GETHRXTIME)
+
 License:
 GPL
 
index 1b31e3161eabfc8fff22f84b4a715908e1e6a207..988d2933c6aed96d1bcf1b68c0c569e7e9739d32 100644 (file)
@@ -20,6 +20,9 @@ Makefile.am:
 Include:
 "timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
index 79a268b790220176a1ad744e6949e12f871e5f63..c2e1b3cd59e81dcbf6052cafbae90260a7f9167a 100644 (file)
@@ -20,6 +20,9 @@ Makefile.am:
 Include:
 "timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
index b8c758cc025ab49f36845ac4e431d71ed4134513..937bba048fb142de4b8bbce4ead4ed8d6c92cfd4 100644 (file)
@@ -17,6 +17,9 @@ gl_XNANOSLEEP
 
 Makefile.am:
 
+Link:
+$(LIB_NANOSLEEP)
+
 Include:
 "xnanosleep.h"