From 32210dea8e474f8e93f5df681fb6a8265a0cda4b Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 25 May 2016 16:00:38 -0700 Subject: compiler: Move glsl_to_nir to libglsl.la MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Right now libglsl.la depends on libnir.la so putting it in libnir.la adds a dependency on libglsl.la that goes the wrong direction. Reviewed-by: Emil Velikov Reviewed-by: Kristian Høgsberg --- src/compiler/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/Makefile.am') diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am index dc30f908d8a..50e87bb835a 100644 --- a/src/compiler/Makefile.am +++ b/src/compiler/Makefile.am @@ -31,6 +31,8 @@ AM_CPPFLAGS = \ -I$(top_builddir)/src/compiler/glsl\ -I$(top_srcdir)/src/compiler/glsl\ -I$(top_srcdir)/src/compiler/glsl/glcpp\ + -I$(top_builddir)/src/compiler/nir \ + -I$(top_srcdir)/src/compiler/nir \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gtest/include \ -- cgit v1.2.3