[sysprof] build: Include meson files in dist
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] build: Include meson files in dist
- Date: Thu, 1 Dec 2016 07:47:34 +0000 (UTC)
commit ce9cd3ed43254d47fb8bcd7b9feb7efd8359d8b5
Author: Patrick Griffis <tingping tingping se>
Date: Thu Dec 1 02:47:03 2016 -0500
build: Include meson files in dist
Makefile.am | 10 +++++++++-
daemon/Makefile.am | 2 ++
data/Makefile.am | 1 +
help/Makefile.am | 2 ++
lib/Makefile.am | 2 +-
src/Makefile.am | 2 +-
tests/Makefile.am | 1 +
tools/Makefile.am | 1 +
8 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 331e233..3c8802c 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 c7eaaad..1b499ad 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 dd38dac..405014f 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 552cc63..23242b9 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 34554ee..133bf23 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 562a110..d635ec6 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 79373ca..38b357b 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 5ad169b..dfb0bd7 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) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]