From d71730f12e14bd6dc8a479eafc73c1588febf375 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Tue, 11 Mar 2003 15:47:05 +0000 Subject: Use path relative to "top_srcdir" to find headers, so that the build works when object files are not stored in the source tree. CVS patchset: 4393 CVS date: 2003/03/11 15:47:05 --- src/libspudec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am index 4e0f2ea5a..0aedf2772 100644 --- a/src/libspudec/Makefile.am +++ b/src/libspudec/Makefile.am @@ -10,7 +10,7 @@ xineplug_decode_spu_la_SOURCES = \ spu.c \ xine_decoder.c -AM_CFLAGS = -I../input/libdvdread +AM_CFLAGS = -I$(top_srcdir)/src/input/libdvdread xineplug_decode_spu_la_LIBADD = $(XINE_LIB) xineplug_decode_spu_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -- cgit v1.2.3