summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-07 14:00:03 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:50 -0800
commitf6502aaa58d854def4c93dc25154a6c97b159fb4 (patch)
treeaccecac5c8a24472149f8322a58f84c352549a0c
parentfe2c72e6ec79d4dd671639c82e25ed2c7036b14b (diff)
downloadexternal_mesa3d-f6502aaa58d854def4c93dc25154a6c97b159fb4.zip
external_mesa3d-f6502aaa58d854def4c93dc25154a6c97b159fb4.tar.gz
external_mesa3d-f6502aaa58d854def4c93dc25154a6c97b159fb4.tar.bz2
haiku: Add files to distribution.
-rw-r--r--src/Makefile.am2
-rw-r--r--src/mesa/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a4f2631..649dead 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,4 +51,4 @@ if HAVE_GALLIUM
SUBDIRS += gallium
endif
-EXTRA_DIST = egl/docs getopt
+EXTRA_DIST = egl/docs getopt hgl
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index 654a660..4345f22 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Makefile.am
@@ -63,6 +63,7 @@ BUILDDIR = $(builddir)/
include Makefile.sources
EXTRA_DIST = \
+ drivers/haiku \
main/format_info.py \
main/format_parser.py \
main/formats.csv \