summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-01-20 18:24:37 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:46 -0800
commitcceeea0c4c1f004182bf1cd64b84fcd8a10237ca (patch)
tree4a8b4ac3a328aab61c8f8f32dd672c7249d19c29 /src/mesa/drivers/dri/common
parent748d0b04a015cd3b9448f4a7f72b7a36d8e1eb31 (diff)
downloadexternal_mesa3d-cceeea0c4c1f004182bf1cd64b84fcd8a10237ca.zip
external_mesa3d-cceeea0c4c1f004182bf1cd64b84fcd8a10237ca.tar.gz
external_mesa3d-cceeea0c4c1f004182bf1cd64b84fcd8a10237ca.tar.bz2
dri/common: Add files to distribution.
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r--src/mesa/drivers/dri/common/Makefile.am2
-rw-r--r--src/mesa/drivers/dri/common/Makefile.sources5
-rw-r--r--src/mesa/drivers/dri/common/xmlpool/Makefile.am1
3 files changed, 7 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/Makefile.am b/src/mesa/drivers/dri/common/Makefile.am
index 7222a96..a9d2744 100644
--- a/src/mesa/drivers/dri/common/Makefile.am
+++ b/src/mesa/drivers/dri/common/Makefile.am
@@ -23,6 +23,8 @@ SUBDIRS = xmlpool
include Makefile.sources
+EXTRA_DIST = drirc xmlpool.h
+
AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/ \
diff --git a/src/mesa/drivers/dri/common/Makefile.sources b/src/mesa/drivers/dri/common/Makefile.sources
index 43b289e..d00ec5f 100644
--- a/src/mesa/drivers/dri/common/Makefile.sources
+++ b/src/mesa/drivers/dri/common/Makefile.sources
@@ -1,7 +1,10 @@
DRI_COMMON_FILES := \
utils.c \
+ utils.h \
dri_util.c \
- xmlconfig.c
+ dri_util.h \
+ xmlconfig.c \
+ xmlconfig.h
# Paths are relative to MESA_TOP.
mesa_dri_common_INCLUDES := \
diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
index 57e6048..f434aef 100644
--- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am
+++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
@@ -52,6 +52,7 @@ POT=xmlpool.pot
.PHONY: all clean pot po mo
+EXTRA_DIST = gen_xmlpool.py t_options.h $(POS)
BUILT_SOURCES = options.h
# All generated files are cleaned up.