summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a4f26315abe..649dead349b 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 654a6609491..4345f22c7b2 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 \