diff options
author | Emil Velikov <[email protected]> | 2015-06-10 23:50:21 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-06-12 15:42:22 +0100 |
commit | d15c06b514936fb927b174a716c24af8f5892542 (patch) | |
tree | c866e80ed257c15bdc54da7c9f7e581f02d5f9f6 /src | |
parent | 634f2002563b4fca68490c0a39518ea838f28fb1 (diff) |
vc4: automake: enable subdir-objects
Silence the warnings about the future incompatibility with automake 2.0
Cc: Eric Anholt <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |