aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-10-26 11:53:36 +0000
committerEmil Velikov <[email protected]>2015-10-30 17:37:08 +0000
commit014f8ef2ff7885a2856f9558c693f8d45adb400d (patch)
treea21b5ff4b6b0ee2c92d1db8e5d9932e0c3acbea6 /src/gallium/drivers/virgl/Makefile.am
parent2c705d2220fc2a737fe093897e7d4da5825fd5ab (diff)
virgl: straighten the includes confusion
Use the relevant GALLIUM_foo_CFLAGS which has all the requirements (not to mention VISIBITY_CFLAGS) and keep ../ out of the include directives. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/Makefile.am')
-rw-r--r--src/gallium/drivers/virgl/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/virgl/Makefile.am b/src/gallium/drivers/virgl/Makefile.am
index c22cdb7379f..82d9756143f 100644
--- a/src/gallium/drivers/virgl/Makefile.am
+++ b/src/gallium/drivers/virgl/Makefile.am
@@ -24,10 +24,7 @@ include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CPPFLAGS = \
- -I$(top_srcdir)/src/gallium/drivers \
- -I$(top_srcdir)/src/gallium/winsys/virgl/drm \
- -I$(top_srcdir)/include \
- $(GALLIUM_CFLAGS) \
+ $(GALLIUM_DRIVER_CFLAGS) \
$(LIBDRM_CFLAGS)
noinst_LTLIBRARIES = libvirgl.la