dri/common: Add files to distribution.

This commit is contained in:
Matt Turner 2013-01-20 18:24:37 -08:00
parent 748d0b04a0
commit cceeea0c4c
3 changed files with 7 additions and 1 deletions

View 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/ \

View 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 := \

View 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.