autotools: dist all meson related build files

This commit is contained in:
Christoph Reiter
2019-03-30 20:06:25 +01:00
parent 26d32f3bd0
commit d52dad2042
42 changed files with 117 additions and 31 deletions

View File

@ -2,5 +2,8 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = gdk gtk a11y css reftests tools
EXTRA_DIST += \
meson.build
-include $(top_srcdir)/git.mk

View File

@ -25,7 +25,9 @@ LDADD = \
TEST_PROGS += api
test_in_files += api.test.in
EXTRA_DIST += $(test_in_files)
EXTRA_DIST += \
$(test_in_files) \
meson.build
if BUILDOPT_INSTALL_TESTS
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css

View File

@ -57,7 +57,7 @@ test_data = \
scale.ui scale.nodes \
$(NULL)
EXTRA_DIST += $(test_in_files) $(test_data)
EXTRA_DIST += $(test_in_files) $(test_data) meson.build
if BUILDOPT_INSTALL_TESTS
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/nodes

View File

@ -474,6 +474,9 @@ test_data = \
EXTRA_DIST += $(test_in_files) $(test_data)
EXTRA_DIST += \
meson.build
if BUILDOPT_INSTALL_TESTS
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/parser
insttest_PROGRAMS = $(TEST_PROGS)
@ -488,7 +491,8 @@ test_files = $(test_in_files:.test.in=.test)
$(test_files): %.test: %.test.in
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
EXTRA_DIST += $(test_in_files)
EXTRA_DIST += \
$(test_in_files)
CLEANFILES += $(test_files)

View File

@ -51,6 +51,7 @@ EXTRA_DIST += \
$(resource_files) \
$(test_in_files) \
$(test_data) \
meson.build \
$(NULL)
if BUILDOPT_INSTALL_TESTS

View File

@ -33,6 +33,9 @@ CLEANFILES = \
gdksurface.png \
$(NULL)
EXTRA_DIST += \
meson.build
if BUILDOPT_INSTALL_TESTS
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)
insttest_PROGRAMS = $(TEST_PROGS)

View File

@ -265,6 +265,7 @@ EXTRA_DIST += \
file-chooser-test-dir/text.txt \
$(test_icontheme) \
$(test_ui) \
meson.build \
$(NULL)
GTK_GSETTINGS_SCHEMAS = \