mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
build: Fix gtest out-of-tree build
Introduced by 3d000e7dd.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
e939250b63
commit
2191a79b4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue