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/input | |
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/input')
-rw-r--r-- | src/input/Makefile.am | 1 | ||||
-rw-r--r-- | src/input/libdvdnav/Makefile.am | 1 | ||||
-rw-r--r-- | src/input/libreal/Makefile.am | 1 | ||||
-rw-r--r-- | src/input/librtsp/Makefile.am | 1 | ||||
-rw-r--r-- | src/input/vcd/Makefile.am | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index d0a5c9638..b8a919d45 100644 --- a/src/input/Makefile.am +++ b/src/input/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/input/libdvdnav/Makefile.am b/src/input/libdvdnav/Makefile.am index f741b4f17..b14cd106f 100644 --- a/src/input/libdvdnav/Makefile.am +++ b/src/input/libdvdnav/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.quiet include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) diff --git a/src/input/libreal/Makefile.am b/src/input/libreal/Makefile.am index 0bd002963..c3a27ba02 100644 --- a/src/input/libreal/Makefile.am +++ b/src/input/libreal/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.quiet include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) diff --git a/src/input/librtsp/Makefile.am b/src/input/librtsp/Makefile.am index 68d554c2c..d6dbfe72f 100644 --- a/src/input/librtsp/Makefile.am +++ b/src/input/librtsp/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.quiet include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am index ca2c624a2..6364bedc4 100644 --- a/src/input/vcd/Makefile.am +++ b/src/input/vcd/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.quiet include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common |