BZ#14743: Move clock_* symbols from librt to libc.
[jlayton/glibc.git] / rt / Makefile
index 26d4ffaaf60781f8098727cd98dd02e406896c18..4805f8b5b7878de0bf34509fcb8bc618ad690fcd 100644 (file)
@@ -36,9 +36,12 @@ mq-routines    := mq_open mq_close mq_unlink mq_getattr mq_setattr   \
                  mq_notify mq_send mq_receive mq_timedsend             \
                  mq_timedreceive
 
+routines = $(clock-routines)
+
 librt-routines = $(aio-routines) \
-                $(clock-routines) $(timer-routines) \
-                $(shm-routines) $(mq-routines)
+                $(timer-routines) \
+                $(shm-routines) $(mq-routines) \
+                clock-compat
 
 tests := tst-shm tst-clock tst-clock_nanosleep tst-timer tst-timer2 \
         tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \