]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix -lrt usage.
authorSimon Josefsson <simon@josefsson.org>
Thu, 18 Feb 2010 09:31:39 +0000 (10:31 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 18 Feb 2010 09:31:39 +0000 (10:31 +0100)
src/Makefile.am

index a551cf21eebc7cc0084400f550b64ad6325b444e..8b61d88ae4e1eefa2917d8d37361cbbe32de6c27 100644 (file)
@@ -63,7 +63,7 @@ libcmd_psk_la_CFLAGS =
 libcmd_psk_la_SOURCES = psk.gaa psk-gaa.h psk-gaa.c
 
 benchmark_SOURCES = benchmark.c
-benchmark_LDADD = ../lib/libgnutls.la ../gl/libgnu.la -lrt
+benchmark_LDADD = ../lib/libgnutls.la ../gl/libgnu.la $(LIB_CLOCK_GETTIME)
 
 gnutls_cli_SOURCES = cli.c common.h common.c
 gnutls_cli_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la