nir: move to compiler/
[mesa.git] / src / gallium / auxiliary / Makefile.am
index bcdf297030f0699e08f98fc7b3e4003d491ac457..0ac5c9802f295b4de6b730983126c61cbc9f6cba 100644 (file)
@@ -18,7 +18,7 @@ libgallium_nir_la_SOURCES = \
        $(NIR_SOURCES)
 
 libgallium_nir_la_CFLAGS = \
-       -I$(top_builddir)/src/glsl/nir \
+       -I$(top_builddir)/src/compiler/nir \
        $(GALLIUM_CFLAGS) \
        $(VISIBILITY_CFLAGS) \
        $(MSVC2013_COMPAT_CFLAGS)