summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-09-29 15:59:50 +0300
committerPetri Latvala <petri.latvala@intel.com>2017-10-02 13:36:45 +0300
commit57795030c182321f732e4aa5dca405008096cb79 (patch)
treeaa4d3ed7a8ae837212cf028e0b239908f062a192
parent571c25387a799e1a5d0af1d44117975e071dbbf6 (diff)
lib: Handle intel_aub.h like the other stub files
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6509593db..a17027b9e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -18,6 +18,7 @@ endif
if !HAVE_LIBDRM_INTEL
libintel_tools_la_SOURCES += \
+ stubs/drm/intel_aub.h \
stubs/drm/intel_bufmgr.c \
stubs/drm/intel_bufmgr.h
endif