Fix autotool warnings

This commit is contained in:
Erik de Castro Lopo 2016-02-10 21:24:41 +11:00
parent 50e7aea808
commit 9cf42fe5e0
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 \