mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
Add .AUTOPARALLEL flag to Makefile
This automatically enables parallelism with the patched make, and flags us as maintaining a parallel build.
This commit is contained in:
parent
81183c71c1
commit
e83c24c91b
@ -1,3 +1,6 @@
|
|||||||
|
# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
|
||||||
|
.AUTOPARALLEL:
|
||||||
|
|
||||||
lib_LTLIBRARIES = libmutter-private.la
|
lib_LTLIBRARIES = libmutter-private.la
|
||||||
|
|
||||||
SUBDIRS=wm-tester tools compositor/plugins
|
SUBDIRS=wm-tester tools compositor/plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user