summaryrefslogtreecommitdiffstats
path: root/src/egl/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-11-20 15:12:56 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-20 18:08:04 +0000
commit8fdb54879963892cd9c3d0ca09172f2b3533043f (patch)
tree7299efd94880eb6020d0a2dd8d07fb20602144a8 /src/egl/Makefile.am
parentae6d6941f6656494adafb025475f83e02c6dd684 (diff)
downloadexternal_mesa3d-8fdb54879963892cd9c3d0ca09172f2b3533043f.zip
external_mesa3d-8fdb54879963892cd9c3d0ca09172f2b3533043f.tar.gz
external_mesa3d-8fdb54879963892cd9c3d0ca09172f2b3533043f.tar.bz2
egl: don't forget to ship platform_x11_dri3.h into the tarball
Should have been a part of f35198badeb Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r--src/egl/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am
index 0b463c8..6953d44 100644
--- a/src/egl/Makefile.am
+++ b/src/egl/Makefile.am
@@ -57,7 +57,9 @@ dri2_backend_FILES += drivers/dri2/platform_x11.c
if HAVE_DRI3
dri3_backend_FILES += \
- drivers/dri2/platform_x11_dri3.c
+ drivers/dri2/platform_x11_dri3.c \
+ drivers/dri2/platform_x11_dri3.h
+
libEGL_la_LIBADD += $(top_builddir)/src/loader/libloader_dri3_helper.la
endif
endif