diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2013-07-11 22:26:35 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2013-07-11 22:26:35 +0100 |
commit | 32cdf627de5a8509b2a6310407f0fef2ea3d9d84 (patch) | |
tree | 6a2e99f35471354779299376228d7ab9480c60a9 | |
parent | b19ece837a7d359379e4e5520fdfa8a4e61c3c1b (diff) | |
download | xine-lib-32cdf627de5a8509b2a6310407f0fef2ea3d9d84.tar.gz xine-lib-32cdf627de5a8509b2a6310407f0fef2ea3d9d84.tar.bz2 |
Fix a ’make clean’ problem.
-rw-r--r-- | src/audio_out/Makefile.am | 2 |
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) |