summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-02-10 21:24:41 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-02-10 21:24:41 +1100
commit9cf42fe5e0f1c67ab6be13b5c9567dfede22d0e5 (patch)
tree19efb2019e6567e08c3a71b692f00521e87a3b02
parent50e7aea808ce113b23b0a74c62962c2fa5ac0b31 (diff)
downloadflac-9cf42fe5e0f1c67ab6be13b5c9567dfede22d0e5.tar.gz
Fix autotool warnings
-rw-r--r--configure.ac1
-rw-r--r--src/test_libs_common/Makefile.am2
2 files changed, 1 insertions, 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 \