glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.
authorJohannes Obermayr <johannesobermayr@gmx.de>
Fri, 2 Nov 2012 11:30:22 +0000 (12:30 +0100)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 2 Nov 2012 15:53:31 +0000 (08:53 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56664

src/glsl/builtin_compiler/Makefile.am

index eeac4245d83d9c80e682feb4c5dd45ebc7c27d7e..72032b524ada51534157ccd9553a2a88b4171b91 100644 (file)
@@ -30,6 +30,7 @@ LD = @LD_FOR_BUILD@
 LDFLAGS = @LDFLAGS_FOR_BUILD@
 
 AM_CFLAGS = \
+       -I $(top_srcdir)/include \
        -I $(top_srcdir)/src/mapi \
        -I $(top_srcdir)/src/mesa \
        -I $(GLSL_SRCDIR) \