summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-21 20:45:22 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-25 21:00:02 +0000
commit5dc573e5de0eb49bc8622558789ebc4adf03926c (patch)
tree828d0e6fddd94432852fcae62df4719e2862b98c /src/Makefile.am
parent60757802471ba5a13e31cac7786eed3f369b6927 (diff)
downloadexternal_mesa3d-5dc573e5de0eb49bc8622558789ebc4adf03926c.zip
external_mesa3d-5dc573e5de0eb49bc8622558789ebc4adf03926c.tar.gz
external_mesa3d-5dc573e5de0eb49bc8622558789ebc4adf03926c.tar.bz2
automake: add missing egl files to the tarball
Namely the Haiku EGL driver backend and the SConscript for the dri2 EGL driver backend. Cc: Alexander von Gluck IV <kallisti5@unixzen.com> Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 874a333..18cb4ce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,7 +53,10 @@ if HAVE_GALLIUM
SUBDIRS += gallium
endif
-EXTRA_DIST = egl/docs getopt hgl SConscript
+EXTRA_DIST = \
+ egl/drivers/haiku \
+ egl/docs \
+ getopt hgl SConscript
AM_CFLAGS = $(VISIBILITY_CFLAGS)
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)