summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/svga/Makefile.am')
-rw-r--r--src/gallium/drivers/svga/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/Makefile.am b/src/gallium/drivers/svga/Makefile.am
index d46de95e4b4..1ad5e0f91e6 100644
--- a/src/gallium/drivers/svga/Makefile.am
+++ b/src/gallium/drivers/svga/Makefile.am
@@ -23,6 +23,9 @@
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
+AM_CPPFLAGS = \
+ -I$(top_builddir)/src
+
AM_CFLAGS = \
$(GALLIUM_DRIVER_CFLAGS) \
$(MSVC2013_COMPAT_CFLAGS)