From 60e78c36b5e665d2ccd7b830d4c3b4b578ccbd87 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 21 Oct 2013 21:38:51 +0200 Subject: fixed static build of cdda --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e8d32f9b..b1faabe4 100644 --- a/configure.ac +++ b/configure.ac @@ -389,7 +389,9 @@ AS_IF([test "${enable_cdda}" != "no"], [ AS_IF([test "${enable_staticlink}" != "no"], [ HAVE_CDDAPLUGIN=yes CDDA_LIBS="../../$LIB/lib/libcdio.a ../../$LIB/lib/libudf.a ../../$LIB/lib/libiso9660.a ../../$LIB/lib/libcddb.a" + CDDA_CFLAGS="-I../../$LIB/include" AC_SUBST(CDDA_LIBS) + AC_SUBST(CDDA_CFLAGS) ], [ AC_CHECK_LIB([cdio], [main], [HAVE_CDIO=yes]) AC_CHECK_LIB([cddb], [main], [HAVE_CDDB=yes]) -- cgit v1.2.3