diff --git a/Makefile.am b/Makefile.am index 331e2337..3c8802c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,14 @@ SUBDIRS = daemon data help lib po src tools tests -EXTRA_DIST = AUTHORS tap-test COPYING.gpl-2 +EXTRA_DIST = \ + AUTHORS \ + tap-test \ + COPYING.gpl-2 \ + meson.build \ + meson_options.txt \ + meson_post_install.sh \ + config.h.meson \ + po/meson.build DISTCHECK_CONFIGURE_FLAGS = --with-sysprofd=bundled --with-systemdsystemunitdir='$(prefix)/etc/systemd/system' diff --git a/daemon/Makefile.am b/daemon/Makefile.am index c7eaaad7..1b499ad9 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -11,4 +11,6 @@ sysprofd_LDADD = $(SYSTEMD_LIBS) endif +EXTRA_DIST = meson.build + -include $(top_srcdir)/git.mk diff --git a/data/Makefile.am b/data/Makefile.am index dd38dace..405014fd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -23,6 +23,7 @@ EXTRA_DIST = \ org.gnome.Sysprof2.desktop \ $(mime_DATA) \ $(gsettings_SCHEMAS) \ + meson.build \ $(NULL) DISTCLEANFILES = $(pkgconfig_DATA) diff --git a/help/Makefile.am b/help/Makefile.am index 552cc63d..23242b9c 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -15,4 +15,6 @@ HELP_FILES = \ # Translated languages HELP_LINGUAS = cs de pt_BR sv +EXTRA_DIST = meson.build + -include $(top_srcdir)/git.mk diff --git a/lib/Makefile.am b/lib/Makefile.am index 34554ee6..133bf23f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = lib_LTLIBRARIES = -EXTRA_DIST = +EXTRA_DIST = meson.build sysprof.map CLEANFILES = DISTCLEANFILES = BUILT_SOURCES = diff --git a/src/Makefile.am b/src/Makefile.am index 562a1106..d635ec61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,7 @@ sysprof_LDADD = \ $(top_builddir)/lib/libsysprof-ui-@API_VERSION@.la \ $(NULL) -EXTRA_DIST = +EXTRA_DIST = meson.build CLEANFILES = DISTCLEANFILES = BUILT_SOURCES = diff --git a/tests/Makefile.am b/tests/Makefile.am index 79373ca0..38b357b0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ TESTS = TEST_PROGS = +EXTRA_DIST = meson.build test_cflags = \ $(GIO_CFLAGS) \ diff --git a/tools/Makefile.am b/tools/Makefile.am index 5ad169bc..dfb0bd71 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,6 @@ bin_PROGRAMS = sysprof-cli noinst_PROGRAMS = sysprof-dump +EXTRA_DIST = meson.build AM_CPPFLAGS = \ $(GIO_CFLAGS) \