From 9b7cb22f84bcdfaea83457efcb1ad0b144e9708b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 7 Apr 2012 19:24:21 -0300 Subject: Update and improve autotools build - INCLUDES is deprecated, and CPPFLAGS is an user-defined variable, use the proper AM_CPPFLAGS instead - Remove FLAC__INLINE definition, providing proper replacement for MSVC compilers. - Detect if we have C99 's lround and provide a replacement for windows... --- src/test_seeking/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test_seeking/Makefile.am') diff --git a/src/test_seeking/Makefile.am b/src/test_seeking/Makefile.am index 8be7579b..8e315e43 100644 --- a/src/test_seeking/Makefile.am +++ b/src/test_seeking/Makefile.am @@ -22,7 +22,7 @@ EXTRA_DIST = \ AM_CFLAGS = @OGG_CFLAGS@ -INCLUDES = +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = test_seeking test_seeking_LDADD = \ -- cgit v1.2.1