summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-04-08 18:23:13 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-12 22:18:30 +0100
commit37d925a63538bde60aae4d185c4017c0b8d210b6 (patch)
treea0dc6d8c0d7a529f28d62976a7d2c38bbea1a73c
parentb3bb6b19637561171f286af7342266cac63b8fcd (diff)
downloadmesa-37d925a63538bde60aae4d185c4017c0b8d210b6.tar.gz
dist: add the VG depedencies into the tarball
Otherwise the scons build will fail. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89905 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--Makefile.am1
-rw-r--r--src/mapi/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f4f0912fa38..82db4bee0ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@ noinst_HEADERS = \
include/c99 \
include/c11 \
include/D3D9 \
+ include/VG \
include/HaikuGL \
include/pci_ids
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
index 572f34079db..d18c4647f3a 100644
--- a/src/mapi/Makefile.am
+++ b/src/mapi/Makefile.am
@@ -231,7 +231,7 @@ es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
$(call glapi_gen_mapi,$<,es2api)
# XXX: Inline vgapi's Makefile.am here.
-EXTRA_DIST += vgapi
+EXTRA_DIST += vgapi mapi.c mapi.h
# if HAVE_OPENVG
# SUBDIRS += vgapi
# endif