From: Matt Turner Date: Wed, 1 Aug 2012 21:07:00 +0000 (-0700) Subject: build: Fix gtest out-of-tree build X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=2191a79b4e66be0fd31371989505eec63b07899d;ds=sidebyside build: Fix gtest out-of-tree build Introduced by 3d000e7dd. Reviewed-by: Kenneth Graunke --- diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am index 3824d712075..7defa342d05 100644 --- a/src/gtest/Makefile.am +++ b/src/gtest/Makefile.am @@ -19,8 +19,8 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -AM_CFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include -AM_CXXFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include +AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include +AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include noinst_LTLIBRARIES = libgtest.la