[gnome-contacts] Build: fix EXTRA_DIST variables.
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Build: fix EXTRA_DIST variables.
- Date: Sat, 2 Sep 2017 13:03:18 +0000 (UTC)
commit db4d046cba1acc1aba0cc64cec1c82a03dde8d90
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sat Sep 2 15:02:05 2017 +0200
Build: fix EXTRA_DIST variables.
Release tarballs couldn't build using meson.
Makefile.am | 7 ++++++-
data/Makefile.am | 1 +
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5161e83..441f25c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,13 @@ DIST_SUBDIRS = vapi src data po man
EXTRA_DIST = \
autogen.sh \
- **/meson.build \
+ meson.build \
+ data/meson.build \
+ man/meson.build \
+ po/meson.build \
+ src/meson.build \
meson_options.txt \
+ meson_post_install.py \
$(NULL)
ChangeLog:
diff --git a/data/Makefile.am b/data/Makefile.am
index 32d56d9..3e11029 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -32,6 +32,7 @@ org.gnome.Contacts.service:
EXTRA_DIST = \
org.gnome.Contacts.desktop.in \
+ org.gnome.Contacts.service.in \
org.gnome.Contacts.appdata.xml.in \
org.gnome.Contacts.search-provider.ini \
org.gnome.Contacts.SearchProvider.service.in \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]