diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-18 10:31:39 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-18 10:31:39 +0100 |
commit | f4e2c68fca1bd90aa5a83adc1c7230db1674c1de (patch) | |
tree | 7b4531538b37fa38dc8106aeb197c09f9e491702 | |
parent | 1f71576c44bdbabd6c2783fc31d8fc4bfda816ad (diff) | |
download | gnutls-f4e2c68fca1bd90aa5a83adc1c7230db1674c1de.tar.gz |
Fix -lrt usage.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a551cf21ee..8b61d88ae4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |