Mesa (master): vc4: automake: enable subdir-objects

Emil Velikov evelikov at kemper.freedesktop.org
Fri Jun 12 14:43:40 UTC 2015


Module: Mesa
Branch: master
Commit: d15c06b514936fb927b174a716c24af8f5892542
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d15c06b514936fb927b174a716c24af8f5892542

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Wed Jun 10 23:50:21 2015 +0100

vc4: automake: enable subdir-objects

Silence the warnings about the future incompatibility with automake 2.0

Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/gallium/drivers/vc4/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am
index 7744631..3f62ce2 100644
--- a/src/gallium/drivers/vc4/Makefile.am
+++ b/src/gallium/drivers/vc4/Makefile.am
@@ -19,6 +19,8 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 include Makefile.sources
 include $(top_srcdir)/src/gallium/Automake.inc
 




More information about the mesa-commit mailing list