summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <devspam@moreofthesa.me.uk>2013-07-11 22:26:35 +0100
committerDarren Salt <devspam@moreofthesa.me.uk>2013-07-11 22:26:35 +0100
commit32cdf627de5a8509b2a6310407f0fef2ea3d9d84 (patch)
tree6a2e99f35471354779299376228d7ab9480c60a9
parentb19ece837a7d359379e4e5520fdfa8a4e61c3c1b (diff)
downloadxine-lib-32cdf627de5a8509b2a6310407f0fef2ea3d9d84.tar.gz
xine-lib-32cdf627de5a8509b2a6310407f0fef2ea3d9d84.tar.bz2
Fix a ’make clean’ problem.
-rw-r--r--src/audio_out/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am
index 3d35504e9..7932d7af6 100644
--- a/src/audio_out/Makefile.am
+++ b/src/audio_out/Makefile.am
@@ -1,5 +1,5 @@
include $(top_srcdir)/misc/Makefile.quiet
-include $(top_builddir)/misc/Makefile.plugins
+-include $(top_builddir)/misc/Makefile.plugins
include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)