autotools: dist all meson related build files
This commit is contained in:
@ -22,7 +22,13 @@ EXTRA_DIST += \
|
|||||||
sanitize-la.sh \
|
sanitize-la.sh \
|
||||||
po/README.translators \
|
po/README.translators \
|
||||||
po/po2tbl.sed.in \
|
po/po2tbl.sed.in \
|
||||||
make-pot
|
make-pot \
|
||||||
|
meson_options.txt \
|
||||||
|
meson.build \
|
||||||
|
po/meson.build \
|
||||||
|
po-properties/meson.build \
|
||||||
|
build-aux/meson/post-install.py \
|
||||||
|
config.h.meson
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = \
|
MAINTAINERCLEANFILES = \
|
||||||
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
||||||
|
|||||||
@ -3,4 +3,7 @@ include $(top_srcdir)/Makefile.decl
|
|||||||
|
|
||||||
SUBDIRS = gtk-demo widget-factory icon-browser
|
SUBDIRS = gtk-demo widget-factory icon-browser
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -117,7 +117,9 @@ EXTRA_DIST += \
|
|||||||
demo.gresource.xml \
|
demo.gresource.xml \
|
||||||
$(resource_files) \
|
$(resource_files) \
|
||||||
org.gtk.Demo.gschema.xml \
|
org.gtk.Demo.gschema.xml \
|
||||||
demos.h.win32
|
demos.h.win32 \
|
||||||
|
meson.build \
|
||||||
|
geninclude.py
|
||||||
|
|
||||||
gsettings_SCHEMAS = \
|
gsettings_SCHEMAS = \
|
||||||
org.gtk.Demo.gschema.xml
|
org.gtk.Demo.gschema.xml
|
||||||
|
|||||||
@ -128,7 +128,7 @@ gtk_settings_schemas = [
|
|||||||
'org.gtk.Settings.Debug.gschema.xml',
|
'org.gtk.Settings.Debug.gschema.xml',
|
||||||
]
|
]
|
||||||
|
|
||||||
foreach s: [ '16', '22', '24', '32', '48', '256', '512']
|
foreach s: [ '16', '22', '24', '32', '48', '256']
|
||||||
icon_destdir = join_paths(gtk_datadir, 'icons', 'hicolor', '@0@x@0@'.format(s), 'apps')
|
icon_destdir = join_paths(gtk_datadir, 'icons', 'hicolor', '@0@x@0@'.format(s), 'apps')
|
||||||
icons = [join_paths('data', '@0@x@0@'.format(s), 'gtk3-demo.png'),
|
icons = [join_paths('data', '@0@x@0@'.format(s), 'gtk3-demo.png'),
|
||||||
join_paths('data', '@0@x@0@'.format(s), 'gtk3-demo-symbolic.symbolic.png')]
|
join_paths('data', '@0@x@0@'.format(s), 'gtk3-demo-symbolic.symbolic.png')]
|
||||||
|
|||||||
@ -34,7 +34,8 @@ EXTRA_DIST = \
|
|||||||
menus.ui \
|
menus.ui \
|
||||||
iconbrowser.gresource.xml \
|
iconbrowser.gresource.xml \
|
||||||
window.ui \
|
window.ui \
|
||||||
icon.list
|
icon.list \
|
||||||
|
meson.build
|
||||||
|
|
||||||
# ------------------- MSVC Build Items ----------------
|
# ------------------- MSVC Build Items ----------------
|
||||||
MSVCPROJS = gtk3-icon-browser
|
MSVCPROJS = gtk3-icon-browser
|
||||||
|
|||||||
@ -66,6 +66,7 @@ EXTRA_DIST += \
|
|||||||
help-overlay.ui \
|
help-overlay.ui \
|
||||||
widget-factory.gresource.xml \
|
widget-factory.gresource.xml \
|
||||||
data/source.svg \
|
data/source.svg \
|
||||||
data/symbolic-source.svg
|
data/symbolic-source.svg \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -5,4 +5,7 @@ SUBDIRS = gdk gtk libgail-util
|
|||||||
|
|
||||||
GITIGNOREFILES = */*.1
|
GITIGNOREFILES = */*.1
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -198,7 +198,9 @@ endif
|
|||||||
include $(top_srcdir)/gtk-doc.make
|
include $(top_srcdir)/gtk-doc.make
|
||||||
|
|
||||||
# Other files to distribute
|
# Other files to distribute
|
||||||
EXTRA_DIST += version.xml.in
|
EXTRA_DIST += \
|
||||||
|
version.xml.in \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if ENABLE_GTK_DOC
|
if ENABLE_GTK_DOC
|
||||||
TESTS_ENVIRONMENT = cd $(srcdir) && \
|
TESTS_ENVIRONMENT = cd $(srcdir) && \
|
||||||
|
|||||||
@ -543,7 +543,9 @@ endif
|
|||||||
|
|
||||||
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
|
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
|
||||||
|
|
||||||
EXTRA_DIST += $(man_MANS)
|
EXTRA_DIST += \
|
||||||
|
$(man_MANS) \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if ENABLE_GTK_DOC
|
if ENABLE_GTK_DOC
|
||||||
TESTS_ENVIRONMENT = cd $(srcdir) && \
|
TESTS_ENVIRONMENT = cd $(srcdir) && \
|
||||||
|
|||||||
@ -34,6 +34,8 @@ HTML_IMAGES =
|
|||||||
include $(top_srcdir)/gtk-doc.make
|
include $(top_srcdir)/gtk-doc.make
|
||||||
|
|
||||||
# Other files to distribute
|
# Other files to distribute
|
||||||
EXTRA_DIST += version.xml.in
|
EXTRA_DIST += \
|
||||||
|
version.xml.in \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -20,6 +20,9 @@ LDADDS = \
|
|||||||
$(GDK_DEP_LIBS) \
|
$(GDK_DEP_LIBS) \
|
||||||
-lm
|
-lm
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if USE_X11
|
if USE_X11
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
doc-shooter
|
doc-shooter
|
||||||
|
|||||||
@ -31,6 +31,8 @@ noinst_PROGRAMS = \
|
|||||||
search-bar \
|
search-bar \
|
||||||
listbox-dnd
|
listbox-dnd
|
||||||
|
|
||||||
EXTRA_DIST = builder.ui
|
EXTRA_DIST = \
|
||||||
|
builder.ui \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -17,4 +17,7 @@ exampleapp_SOURCES = \
|
|||||||
exampleapp.c exampleapp.h \
|
exampleapp.c exampleapp.h \
|
||||||
exampleappwin.c exampleappwin.h
|
exampleappwin.c exampleappwin.h
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -41,7 +41,8 @@ EXTRA_DIST = \
|
|||||||
prefs.ui \
|
prefs.ui \
|
||||||
gears-menu.ui \
|
gears-menu.ui \
|
||||||
exampleapp.gresource.xml \
|
exampleapp.gresource.xml \
|
||||||
org.gtk.exampleapp.gschema.xml
|
org.gtk.exampleapp.gschema.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
gschemas.compiled
|
gschemas.compiled
|
||||||
|
|||||||
@ -26,6 +26,7 @@ resources.c: exampleapp.gresource.xml window.ui
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
window.ui \
|
window.ui \
|
||||||
exampleapp.gresource.xml
|
exampleapp.gresource.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -26,6 +26,7 @@ resources.c: exampleapp.gresource.xml window.ui
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
window.ui \
|
window.ui \
|
||||||
exampleapp.gresource.xml
|
exampleapp.gresource.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -27,6 +27,7 @@ resources.c: exampleapp.gresource.xml window.ui app-menu.ui
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
window.ui \
|
window.ui \
|
||||||
app-menu.ui \
|
app-menu.ui \
|
||||||
exampleapp.gresource.xml
|
exampleapp.gresource.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -38,7 +38,8 @@ EXTRA_DIST = \
|
|||||||
window.ui \
|
window.ui \
|
||||||
app-menu.ui \
|
app-menu.ui \
|
||||||
exampleapp.gresource.xml \
|
exampleapp.gresource.xml \
|
||||||
org.gtk.exampleapp.gschema.xml
|
org.gtk.exampleapp.gschema.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
gschemas.compiled
|
gschemas.compiled
|
||||||
|
|||||||
@ -40,7 +40,8 @@ EXTRA_DIST = \
|
|||||||
app-menu.ui \
|
app-menu.ui \
|
||||||
prefs.ui \
|
prefs.ui \
|
||||||
exampleapp.gresource.xml \
|
exampleapp.gresource.xml \
|
||||||
org.gtk.exampleapp.gschema.xml
|
org.gtk.exampleapp.gschema.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
gschemas.compiled
|
gschemas.compiled
|
||||||
|
|||||||
@ -40,7 +40,8 @@ EXTRA_DIST = \
|
|||||||
app-menu.ui \
|
app-menu.ui \
|
||||||
prefs.ui \
|
prefs.ui \
|
||||||
exampleapp.gresource.xml \
|
exampleapp.gresource.xml \
|
||||||
org.gtk.exampleapp.gschema.xml
|
org.gtk.exampleapp.gschema.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
gschemas.compiled
|
gschemas.compiled
|
||||||
|
|||||||
@ -41,7 +41,8 @@ EXTRA_DIST = \
|
|||||||
prefs.ui \
|
prefs.ui \
|
||||||
gears-menu.ui \
|
gears-menu.ui \
|
||||||
exampleapp.gresource.xml \
|
exampleapp.gresource.xml \
|
||||||
org.gtk.exampleapp.gschema.xml
|
org.gtk.exampleapp.gschema.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
gschemas.compiled
|
gschemas.compiled
|
||||||
|
|||||||
@ -41,7 +41,8 @@ EXTRA_DIST = \
|
|||||||
prefs.ui \
|
prefs.ui \
|
||||||
gears-menu.ui \
|
gears-menu.ui \
|
||||||
exampleapp.gresource.xml \
|
exampleapp.gresource.xml \
|
||||||
org.gtk.exampleapp.gschema.xml
|
org.gtk.exampleapp.gschema.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
gschemas.compiled
|
gschemas.compiled
|
||||||
|
|||||||
@ -27,6 +27,8 @@ bloatpad-gresources.c: $(resource_files)
|
|||||||
|
|
||||||
CLEANFILES = bloatpad-gresources.c
|
CLEANFILES = bloatpad-gresources.c
|
||||||
|
|
||||||
EXTRA_DIST = $(resource_files)
|
EXTRA_DIST = \
|
||||||
|
$(resource_files) \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -31,7 +31,10 @@ EXTRA_DIST += \
|
|||||||
makefile.msc \
|
makefile.msc \
|
||||||
gdkenumtypes.c.template \
|
gdkenumtypes.c.template \
|
||||||
gdkenumtypes.h.template \
|
gdkenumtypes.h.template \
|
||||||
gdkversionmacros.h.in
|
gdkversionmacros.h.in \
|
||||||
|
meson.build \
|
||||||
|
gen-gdk-gresources-xml.py \
|
||||||
|
gdkconfig.h.meson
|
||||||
|
|
||||||
GDK_CFLAGS_DEFINES = \
|
GDK_CFLAGS_DEFINES = \
|
||||||
-DG_LOG_USE_STRUCTURED=1 \
|
-DG_LOG_USE_STRUCTURED=1 \
|
||||||
|
|||||||
@ -108,6 +108,8 @@ EXTRA_DIST += $(broadway_built_sources)
|
|||||||
|
|
||||||
BUILT_SOURCES = $(broadway_built_sources)
|
BUILT_SOURCES = $(broadway_built_sources)
|
||||||
|
|
||||||
|
EXTRA_DIST += meson.build
|
||||||
|
|
||||||
# ------------------- MSVC Build Items ----------------
|
# ------------------- MSVC Build Items ----------------
|
||||||
MSVCPROJS = gdk3-broadway broadwayd
|
MSVCPROJS = gdk3-broadway broadwayd
|
||||||
|
|
||||||
|
|||||||
@ -72,5 +72,7 @@ libgdkquartzinclude_HEADERS = \
|
|||||||
gdkquartzvisual.h \
|
gdkquartzvisual.h \
|
||||||
gdkquartzwindow.h
|
gdkquartzwindow.h
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -107,6 +107,7 @@ endef
|
|||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
protocol/gtk-primary-selection.xml \
|
protocol/gtk-primary-selection.xml \
|
||||||
protocol/gtk-shell.xml \
|
protocol/gtk-shell.xml \
|
||||||
protocol/server-decoration.xml
|
protocol/server-decoration.xml \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -29,7 +29,8 @@ SUBDIRS=rc
|
|||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
bdfcursor.c \
|
bdfcursor.c \
|
||||||
makefile.msc
|
makefile.msc \
|
||||||
|
meson.build
|
||||||
|
|
||||||
libgdk_win32_la_SOURCES = \
|
libgdk_win32_la_SOURCES = \
|
||||||
gdkcursor-win32.c \
|
gdkcursor-win32.c \
|
||||||
|
|||||||
@ -90,6 +90,7 @@ libgdkx11include_HEADERS = \
|
|||||||
# We need to include all these C files here since the conditionals
|
# We need to include all these C files here since the conditionals
|
||||||
# don't seem to be correctly expanded for the dist files.
|
# don't seem to be correctly expanded for the dist files.
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
gdksettings.c
|
gdksettings.c \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -1776,6 +1776,15 @@ EXTRA_DIST += \
|
|||||||
gtktypebuiltins.c.template \
|
gtktypebuiltins.c.template \
|
||||||
gtktypebuiltins.h.template \
|
gtktypebuiltins.h.template \
|
||||||
gtkprivatetypebuiltins.c.template \
|
gtkprivatetypebuiltins.c.template \
|
||||||
gtkprivatetypebuiltins.h.template
|
gtkprivatetypebuiltins.h.template \
|
||||||
|
meson.build \
|
||||||
|
gen-gtk-gresources-xml.py \
|
||||||
|
gentypefuncs.py \
|
||||||
|
a11y/meson.build \
|
||||||
|
deprecated/meson.build \
|
||||||
|
inspector/meson.build \
|
||||||
|
theme/Adwaita/meson.build \
|
||||||
|
theme/HighContrast/meson.build
|
||||||
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
EXTRA_DIST += gailutil.def
|
EXTRA_DIST += \
|
||||||
|
gailutil.def \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
export_symbols = -export-symbols $(srcdir)/gailutil.def
|
export_symbols = -export-symbols $(srcdir)/gailutil.def
|
||||||
gailutil.def: libgailutil-3.la
|
gailutil.def: libgailutil-3.la
|
||||||
|
|||||||
@ -6,4 +6,7 @@ if OS_UNIX
|
|||||||
SUBDIRS += printbackends
|
SUBDIRS += printbackends
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -307,7 +307,11 @@ BUILT_SOURCES = $(protocol_built_sources) $(protocol_built_sources_gtk)
|
|||||||
EXTRA_DIST += $(protocol_built_sources) $(protocol_built_sources_gtk)
|
EXTRA_DIST += $(protocol_built_sources) $(protocol_built_sources_gtk)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += README.multipress
|
EXTRA_DIST += \
|
||||||
|
README.multipress \
|
||||||
|
meson.build \
|
||||||
|
text-input-unstable-v3.xml \
|
||||||
|
gtk-text-input.xml
|
||||||
|
|
||||||
CLEANFILES = immodules.cache
|
CLEANFILES = immodules.cache
|
||||||
|
|
||||||
|
|||||||
@ -573,6 +573,7 @@ EXTRA_DIST += \
|
|||||||
mydialog.ui \
|
mydialog.ui \
|
||||||
mydialog2.ui \
|
mydialog2.ui \
|
||||||
popover.ui \
|
popover.ui \
|
||||||
selectionmode.ui
|
selectionmode.ui \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -31,6 +31,7 @@ EXTRA_DIST = \
|
|||||||
linked-buttons-vertical.ui \
|
linked-buttons-vertical.ui \
|
||||||
osd-toolbars.ui \
|
osd-toolbars.ui \
|
||||||
primary-toolbar.ui \
|
primary-toolbar.ui \
|
||||||
suggested-action-buttons.ui
|
suggested-action-buttons.ui \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -2,5 +2,8 @@ include $(top_srcdir)/Makefile.decl
|
|||||||
|
|
||||||
SUBDIRS = gdk gtk a11y css reftests tools
|
SUBDIRS = gdk gtk a11y css reftests tools
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,9 @@ LDADD = \
|
|||||||
TEST_PROGS += api
|
TEST_PROGS += api
|
||||||
test_in_files += api.test.in
|
test_in_files += api.test.in
|
||||||
|
|
||||||
EXTRA_DIST += $(test_in_files)
|
EXTRA_DIST += \
|
||||||
|
$(test_in_files) \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css
|
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css
|
||||||
|
|||||||
@ -57,7 +57,7 @@ test_data = \
|
|||||||
scale.ui scale.nodes \
|
scale.ui scale.nodes \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST += $(test_in_files) $(test_data)
|
EXTRA_DIST += $(test_in_files) $(test_data) meson.build
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/nodes
|
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/nodes
|
||||||
|
|||||||
@ -474,6 +474,9 @@ test_data = \
|
|||||||
|
|
||||||
EXTRA_DIST += $(test_in_files) $(test_data)
|
EXTRA_DIST += $(test_in_files) $(test_data)
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/parser
|
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)/css/parser
|
||||||
insttest_PROGRAMS = $(TEST_PROGS)
|
insttest_PROGRAMS = $(TEST_PROGS)
|
||||||
@ -488,7 +491,8 @@ test_files = $(test_in_files:.test.in=.test)
|
|||||||
$(test_files): %.test: %.test.in
|
$(test_files): %.test: %.test.in
|
||||||
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
EXTRA_DIST += $(test_in_files)
|
EXTRA_DIST += \
|
||||||
|
$(test_in_files)
|
||||||
|
|
||||||
CLEANFILES += $(test_files)
|
CLEANFILES += $(test_files)
|
||||||
|
|
||||||
|
|||||||
@ -51,6 +51,7 @@ EXTRA_DIST += \
|
|||||||
$(resource_files) \
|
$(resource_files) \
|
||||||
$(test_in_files) \
|
$(test_in_files) \
|
||||||
$(test_data) \
|
$(test_data) \
|
||||||
|
meson.build \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
|
|||||||
@ -33,6 +33,9 @@ CLEANFILES = \
|
|||||||
gdksurface.png \
|
gdksurface.png \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
meson.build
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)
|
insttestdir=$(libexecdir)/installed-tests/$(PACKAGE)
|
||||||
insttest_PROGRAMS = $(TEST_PROGS)
|
insttest_PROGRAMS = $(TEST_PROGS)
|
||||||
|
|||||||
@ -265,6 +265,7 @@ EXTRA_DIST += \
|
|||||||
file-chooser-test-dir/text.txt \
|
file-chooser-test-dir/text.txt \
|
||||||
$(test_icontheme) \
|
$(test_icontheme) \
|
||||||
$(test_ui) \
|
$(test_ui) \
|
||||||
|
meson.build \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
GTK_GSETTINGS_SCHEMAS = \
|
GTK_GSETTINGS_SCHEMAS = \
|
||||||
|
|||||||
Reference in New Issue
Block a user