From 995a195f4d41e343781a4da267b960a6d6eab670 Mon Sep 17 00:00:00 2001 From: Kyle Keen Date: Wed, 24 Oct 2012 17:31:22 +0200 Subject: rtl_test: add ppm measurement Use with caution, the result highly depends on the accuracy of the clocksource your machine uses. On some machines it may be quite accurate, on others completely off. Signed-off-by: Steve Markgraf --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 45b91d0..4e2aa6d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ rtl_tcp_SOURCES = rtl_tcp.c rtl_tcp_LDADD = librtlsdr.la rtl_test_SOURCES = rtl_test.c -rtl_test_LDADD = librtlsdr.la +rtl_test_LDADD = librtlsdr.la $(LIBM) rtl_fm_SOURCES = rtl_fm.c rtl_fm_LDADD = librtlsdr.la $(LIBM) -- cgit v1.3.1