From 9cf42fe5e0f1c67ab6be13b5c9567dfede22d0e5 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 10 Feb 2016 21:24:41 +1100 Subject: [PATCH] Fix autotool warnings --- configure.ac | 1 + src/test_libs_common/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b577248c..04495e7e 100644 --- a/configure.ac +++ b/configure.ac @@ -374,6 +374,7 @@ fi AC_CHECK_LIB(rt, clock_gettime, have_clock_gettime=yes) if test x$have_clock_gettime = xyes; then AC_DEFINE(HAVE_CLOCK_GETTIME) + AH_TEMPLATE(HAVE_CLOCK_GETTIME, [define if you have clock_gettime]) fi # only matters for x86 diff --git a/src/test_libs_common/Makefile.am b/src/test_libs_common/Makefile.am index e585e1a9..0b77388c 100644 --- a/src/test_libs_common/Makefile.am +++ b/src/test_libs_common/Makefile.am @@ -24,8 +24,6 @@ libtest_libs_common_la_SOURCES = \ file_utils_flac.c \ metadata_utils.c -libtest_libs_common_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la - EXTRA_DIST = \ Makefile.lite \ README \