From 1ec5e6e7020f6f3abd02ff55a6a44b840b9eefa2 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 19 Oct 2016 10:53:51 +1000 Subject: [PATCH] vulkan/wsi: fix out of tree build. --- src/vulkan/wsi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/wsi/Makefile.am b/src/vulkan/wsi/Makefile.am index 50a7401eeb9..a71279947a9 100644 --- a/src/vulkan/wsi/Makefile.am +++ b/src/vulkan/wsi/Makefile.am @@ -8,7 +8,7 @@ noinst_LTLIBRARIES = libvulkan_wsi.la AM_CPPFLAGS = \ $(DEFINES) \ -I$(top_srcdir)/include \ - -I$(top_builddir)/src \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/include