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