Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 9724ff9

Browse files
michaelolbrichxhaihao
authored andcommitted
ensure that all meson files are part of the release tarball
Fixes #488 Signed-off-by: Michael Olbrich <[email protected]>
1 parent 9bc30a0 commit 9724ff9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ MAINTAINERCLEANFILES = \
1111
configure depcomp install-sh ltmain.sh \
1212
Makefile.in missing
1313

14-
EXTRA_DIST = Android.mk
14+
EXTRA_DIST = Android.mk meson.build meson_options.txt

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
SUBDIRS = shaders
2424
DIST_SUBDIRS = $(SUBDIRS)
25-
EXTRA_DIST =
25+
EXTRA_DIST = meson.build
2626
BUILT_SOURCES =
2727

2828
AM_CPPFLAGS = \

test/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ EXTRA_DIST = \
3838
gtest/src \
3939
gtest/README.md \
4040
gtest/LICENSE \
41+
meson.build \
4142
$(NULL)
4243

4344
# test_i965_drv_video

0 commit comments

Comments
 (0)