[recipes/recipes-1.0] Dist meson build files
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/recipes-1.0] Dist meson build files
- Date: Sun, 7 May 2017 21:32:11 +0000 (UTC)
commit 81875f55933d4539639c8c3d990726ecf287ec56
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 7 17:22:56 2017 -0400
Dist meson build files
Makefile.am | 5 ++++-
data/Makefile.am | 2 +-
help/Makefile.am | 2 ++
src/Makefile.am | 3 ++-
tests/Makefile.am | 3 ++-
tools/Makefile.am | 2 ++
6 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5927880..a7c2675 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
SUBDIRS = . libgd tools data src po po-data tests help
-EXTRA_DIST = AUTHORS NEWS libgd.info
+EXTRA_DIST = AUTHORS NEWS libgd.info \
+ meson.build meson_options.txt meson_post_install.py \
+ po/meson.build \
+ po-data/meson.build
CLEANFILES = AUTHORS NEWS libgd.info
diff --git a/data/Makefile.am b/data/Makefile.am
index 0695761..d810a6a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,7 +3,7 @@
EXTRA_DIST =
CLEANFILES =
-EXTRA_DIST += ingredients.list segments.list recipes.db.h chefs.db.h
+EXTRA_DIST += ingredients.list segments.list recipes.db.h chefs.db.h meson.build
recipes.db.h: recipes.db
$(AM_V_GEN) $(top_builddir)/tools/recipe-extract $^ > $@
diff --git a/help/Makefile.am b/help/Makefile.am
index 5093aba..4690b45 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -29,3 +29,5 @@ HELP_FILES = \
shop.page
HELP_LINGUAS = de ko sv
+
+EXTRA_DIST = meson.build
diff --git a/src/Makefile.am b/src/Makefile.am
index dd39807..9dba790 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -195,6 +195,7 @@ EXTRA_DIST = \
recipes.gresource.xml \
$(resource_files) \
types.h.template \
- types.c.template
+ types.c.template \
+ meson.build
-include $(top_srcdir)/git.mk
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 46f1022..8d5a95a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -54,6 +54,7 @@ EXTRA_DIST = \
ingredients-data/valid-4.expected ingredients-data/valid-4.in \
number-data/number1.expected number-data/number1.in \
unit-data/unit1.expected unit-data/unit1.in \
- id-data/ids.expected id-data/ids.in
+ id-data/ids.expected id-data/ids.in \
+ meson.build
-include $(top_srcdir)/git.mk
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0cd5900..eac66a9 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -9,3 +9,5 @@ recipe_extract_LDADD = \
recipe_extract_SOURCES = \
recipe-extract.c
+
+EXTRA_DIST = meson.build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]