summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
diff options
context:
space:
mode:
authorConnor Abbott <connor.abbott@intel.com>2014-07-30 15:33:32 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 07:18:57 -0800
commitb5ca34a211c801c2cf2fa852d7be1d0b2eede842 (patch)
treee2851a1af69d1c4f7411e1d53c3c87707322747e /src/glsl/Makefile.am
parent77e7a00267eeb3942ccf8f8954919774c1bc4e78 (diff)
downloadexternal_mesa3d-b5ca34a211c801c2cf2fa852d7be1d0b2eede842.zip
external_mesa3d-b5ca34a211c801c2cf2fa852d7be1d0b2eede842.tar.gz
external_mesa3d-b5ca34a211c801c2cf2fa852d7be1d0b2eede842.tar.bz2
nir: add a simple C wrapper around glsl_types.h
v2: Jason Ekstrand <jason.ekstrand@intel.com>: whitespace and automake fixes Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r--src/glsl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 9a31317..7f62573 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -126,7 +126,8 @@ libglsl_la_SOURCES = \
glsl_lexer.cpp \
glsl_parser.cpp \
glsl_parser.h \
- $(LIBGLSL_FILES)
+ $(LIBGLSL_FILES) \
+ $(NIR_FILES)
glsl_compiler_SOURCES = \
$(top_srcdir)/src/mesa/main/imports.c \