summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/autotools.py')
-rw-r--r--buildstream/plugins/elements/autotools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/autotools.py b/buildstream/plugins/elements/autotools.py
index 14d04d9a3..cf5e85661 100644
--- a/buildstream/plugins/elements/autotools.py
+++ b/buildstream/plugins/elements/autotools.py
@@ -57,7 +57,8 @@ from buildstream import BuildElement
# Element implementation for the 'autotools' kind.
class AutotoolsElement(BuildElement):
- pass
+ # Supports virtual directories (required for remote execution)
+ BST_VIRTUAL_DIRECTORY = True
# Plugin entry point