diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2003-03-11 15:47:05 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2003-03-11 15:47:05 +0000 |
commit | d71730f12e14bd6dc8a479eafc73c1588febf375 (patch) | |
tree | 70750c66c4670a507b4c50906bf3e27dc1109529 /src | |
parent | c44105d6d2bce78891ab82b28b8219366d9bd4df (diff) | |
download | xine-lib-d71730f12e14bd6dc8a479eafc73c1588febf375.tar.gz xine-lib-d71730f12e14bd6dc8a479eafc73c1588febf375.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/libspudec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |