diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-05-17 00:12:50 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-05-17 00:12:50 +0100 |
| commit | 41032c035366c25547bc7ce470638624c23a405e (patch) | |
| tree | 0fad448977feb66256a3b02ddbf1e10a5ac2a160 /src/video_out | |
| parent | 47a439ff63a14c7227d0ed45a6385851657e7384 (diff) | |
| download | xine-lib-41032c035366c25547bc7ce470638624c23a405e.tar.gz xine-lib-41032c035366c25547bc7ce470638624c23a405e.tar.bz2 | |
Use "quietened" build if automake 1.11 was used.
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/Makefile.am | 1 | ||||
| -rw-r--r-- | src/video_out/macosx/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index ee24cdae4..45a6f0338 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.quiet include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common diff --git a/src/video_out/macosx/Makefile.am b/src/video_out/macosx/Makefile.am index ae6a5acc8..57c49dcc8 100644 --- a/src/video_out/macosx/Makefile.am +++ b/src/video_out/macosx/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.quiet include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) |
