summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-05-22 15:22:12 +0100
committerSam Thursfield <sam@afuera.me.uk>2017-05-22 15:22:12 +0100
commit49847c5aaffe962b232feade0ade99d800c7a2cf (patch)
tree428bb2bd1dc7ac690e4a05bd9aeb430b27e2eb56 /utils
parent68b41e39e0fbdcf60dccfbccc83f59212f81edb6 (diff)
downloadtracker-49847c5aaffe962b232feade0ade99d800c7a2cf.tar.gz
Distribute meson.build files in tarballs generated by Autotools
This is useful for people who are not building from Git but still want to avoid Autotools. See: https://mail.gnome.org/archives/desktop-devel-list/2017-April/msg00091.html
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am1
-rw-r--r--utils/mtp/Makefile.am2
-rw-r--r--utils/ontology/Makefile.am1
-rw-r--r--utils/tracker-resdump/Makefile.am1
4 files changed, 5 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index b3fd59bd3..caf0f72f4 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -9,3 +9,4 @@ if HAVE_TRACKER_RESDUMP
SUBDIRS += tracker-resdump
endif
+EXTRA_DIST = meson.build
diff --git a/utils/mtp/Makefile.am b/utils/mtp/Makefile.am
index 03626cbd7..58d9385cb 100644
--- a/utils/mtp/Makefile.am
+++ b/utils/mtp/Makefile.am
@@ -13,3 +13,5 @@ mtp_dummy_LDADD = \
$(top_builddir)/src/libtracker-common/libtracker-common.la \
$(BUILD_LIBS) \
$(LIBTRACKER_SPARQL_LIBS)
+
+EXTRA_DIST = meson.build
diff --git a/utils/ontology/Makefile.am b/utils/ontology/Makefile.am
index 1d940978e..15a1b17ba 100644
--- a/utils/ontology/Makefile.am
+++ b/utils/ontology/Makefile.am
@@ -18,3 +18,4 @@ ontology_validator_SOURCES = ontology-validator.c
data_validator_SOURCES = data-validator.c
+EXTRA_DIST = meson.build
diff --git a/utils/tracker-resdump/Makefile.am b/utils/tracker-resdump/Makefile.am
index c32a8e2c3..352932275 100644
--- a/utils/tracker-resdump/Makefile.am
+++ b/utils/tracker-resdump/Makefile.am
@@ -28,3 +28,4 @@ tracker_resdump_CFLAGS = $(AM_CPPFLAGS)
tracker_resdump_VALAFLAGS = $(AM_VALAFLAGS)
tracker_resdump_LDADD = $(LDADD)
+EXTRA_DIST = meson.build