diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-18 00:35:37 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-18 00:35:37 +0000 |
commit | 3f8d8860a25c457120281d64e6405c08e59b67b8 (patch) | |
tree | c29e3cb8a044aff52445a654c30eede12a3b8e6a | |
parent | 896d352d7c65545d648805885d54f7b10c17329c (diff) | |
download | xine-lib-3f8d8860a25c457120281d64e6405c08e59b67b8.tar.gz xine-lib-3f8d8860a25c457120281d64e6405c08e59b67b8.tar.bz2 |
Include Makefile.plugins from the right place.
-rw-r--r-- | src/spu_dec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/Makefile.am b/src/spu_dec/Makefile.am index 807883fb1..bd3e0b7fa 100644 --- a/src/spu_dec/Makefile.am +++ b/src/spu_dec/Makefile.am @@ -1,4 +1,4 @@ -include $(top_srcdir)/misc/Makefile.plugins +include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) |