build: Fix gtest out-of-tree build

Introduced by 3d000e7dd.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2012-08-01 14:07:00 -07:00
parent e939250b63
commit 2191a79b4e
1 changed files with 2 additions and 2 deletions

View File

@ -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