diff options
author | Matt Turner <mattst88@gmail.com> | 2015-06-10 16:30:56 -0700 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-06-26 12:55:25 +0100 |
commit | 404a90b82786080564fe32716f83ce055b9a934f (patch) | |
tree | 758b47ea007200331c81a45356925a3ed2cbc400 /src/gtest | |
parent | 229450520a23ba211fd9f7b3c9bc80f291229ec1 (diff) |
mesa: Enable subdir-objects globally.
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gtest')
-rw-r--r-- | src/gtest/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am index 47d392bc70..29d6c6d199 100644 --- a/src/gtest/Makefile.am +++ b/src/gtest/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 - AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include |