diff options
author | Matt Turner <[email protected]> | 2015-06-10 16:30:56 -0700 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-06-26 12:55:25 +0100 |
commit | 404a90b82786080564fe32716f83ce055b9a934f (patch) | |
tree | 758b47ea007200331c81a45356925a3ed2cbc400 /src/mapi/Makefile.am | |
parent | 229450520a23ba211fd9f7b3c9bc80f291229ec1 (diff) |
mesa: Enable subdir-objects globally.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 50c5b2ebba3..160a255af6a 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -19,8 +19,6 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -AUTOMAKE_OPTIONS = subdir-objects - SUBDIRS = TESTS = |