diff options
author | Matt Turner <[email protected]> | 2013-01-20 18:24:37 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:46 -0800 |
commit | cceeea0c4c1f004182bf1cd64b84fcd8a10237ca (patch) | |
tree | 4a8b4ac3a328aab61c8f8f32dd672c7249d19c29 /src | |
parent | 748d0b04a015cd3b9448f4a7f72b7a36d8e1eb31 (diff) |
dri/common: Add files to distribution.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/common/Makefile.am | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/common/Makefile.sources | 5 | ||||
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool/Makefile.am | 1 |
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 7222a96c602..a9d2744b78c 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 43b289e90df..d00ec5f7334 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 57e604845da..f434aefe4a2 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. |