dri/common: Add files to distribution.
authorMatt Turner <mattst88@gmail.com>
Mon, 21 Jan 2013 02:24:37 +0000 (18:24 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:46 +0000 (12:11 -0800)
src/mesa/drivers/dri/common/Makefile.am
src/mesa/drivers/dri/common/Makefile.sources
src/mesa/drivers/dri/common/xmlpool/Makefile.am

index 7222a96c6027a1c453e90292a40463ed1813b91c..a9d2744b78c4afeb2e36b1a12cffbf630ba684d1 100644 (file)
@@ -23,6 +23,8 @@ SUBDIRS = xmlpool
 
 include Makefile.sources
 
+EXTRA_DIST = drirc xmlpool.h
+
 AM_CFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/ \
index 43b289e90dff5c1e900eeff40ae713b8e2b1cbe0..d00ec5f7334aa5115e8afafa84916c9c00f626bd 100644 (file)
@@ -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 := \
index 57e604845daefcb88ff54a0a4c5cfcf2aceb8e02..f434aefe4a2cedce84025550a77c2d421b2483aa 100644 (file)
@@ -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.