From: Emil Velikov Date: Wed, 10 Jun 2015 22:50:21 +0000 (+0100) Subject: vc4: automake: enable subdir-objects X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d15c06b514936fb927b174a716c24af8f5892542;p=mesa.git vc4: automake: enable subdir-objects Silence the warnings about the future incompatibility with automake 2.0 Cc: Eric Anholt Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 774463138d0..3f62ce21a9f 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