mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
automake: small cleanup after the meson.build inclusion
Namely extend the EXTRA_DIST list, instead of re-assigning it and bring
back a file dropped by mistake.
Fixes: 436ed65d38 ("autotools: include meson build files in tarball")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
50265cd9ee
commit
ac4437b20b
4 changed files with 4 additions and 5 deletions
|
|
@ -64,7 +64,6 @@ EXTRA_DIST = \
|
|||
glsl/meson.build \
|
||||
nir/meson.build \
|
||||
meson.build
|
||||
|
||||
|
||||
MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
|
||||
PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ ir3_compiler_LDADD = \
|
|||
$(GALLIUM_COMMON_LIB_DEPS) \
|
||||
$(FREEDRENO_LIBS)
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
EXTRA_DIST += meson.build
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ noinst_LTLIBRARIES = libi915.la
|
|||
|
||||
libi915_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
EXTRA_DIST = TODO meson.build
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ BUILT_SOURCES = $(i965_oa_GENERATED_FILES)
|
|||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build \
|
||||
brw_oa_hsw.xml \
|
||||
brw_oa_bdw.xml \
|
||||
brw_oa_chv.xml \
|
||||
|
|
@ -118,7 +117,8 @@ EXTRA_DIST = \
|
|||
brw_oa_glk.xml \
|
||||
brw_oa_cflgt2.xml \
|
||||
brw_oa_cflgt3.xml \
|
||||
brw_oa.py
|
||||
brw_oa.py \
|
||||
meson.build
|
||||
|
||||
# Note: we avoid using a multi target rule here and outputting both the
|
||||
# .c and .h files in one go so we don't hit problems with parallel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue