[libsoup/wip/meson] Add Meson port files to the Autotools EXTRA_DIST
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/meson] Add Meson port files to the Autotools EXTRA_DIST
- Date: Mon, 4 Dec 2017 10:43:07 +0000 (UTC)
commit 814167e0e392686b11d658fb5a636c9cee256488
Author: Tomas Popela <tpopela redhat com>
Date: Mon Dec 4 11:40:48 2017 +0100
Add Meson port files to the Autotools EXTRA_DIST
So it's possible to build with the Meson from the tarball that is
produced by Autotools
Makefile.am | 3 +++
docs/reference/Makefile.am | 2 ++
examples/Makefile.am | 2 ++
libsoup/Makefile.am | 2 ++
tests/Makefile.am | 1 +
5 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 38d2872..9a359db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,9 @@ EXTRA_DIST = \
tap-driver.sh \
tap-test \
Makefile.glib \
+ meson.build \
+ meson_options.txt \
+ get_apache_module_dirs.py \
config.h.win32
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --disable-vala
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 425d42e..e8bdb8f 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -84,3 +84,5 @@ $(srcdir)/tmpl/*.sgml:
clean: clean-am
rm -rf tmpl
+
+EXTRA_DIST += meson.build
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 1609ff2..b72edd7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -8,6 +8,8 @@ LIBS = \
$(top_builddir)/libsoup/libsoup-2.4.la \
$(GLIB_LIBS)
+EXTRA_DIST = meson.build
+
noinst_PROGRAMS = \
get \
simple-httpd \
diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am
index 4232be6..d0d4632 100644
--- a/libsoup/Makefile.am
+++ b/libsoup/Makefile.am
@@ -336,6 +336,8 @@ CLEANFILES+= $(gir_DATA) $(typelib_DATA) $(BUILT_SOURCES)
endif
+EXTRA_DIST += meson.build soup-enum-types.h.template soup-enum-types.c.template
+
# ------ MSVC Project File Generation ------
MSVCPROJS = soup soup-gnome
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1ff4c0d..99442e0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -88,6 +88,7 @@ EXTRA_DIST += \
test-cert.pem \
test-key.pem \
xmlrpc-server.php \
+ meson.build \
$(RESOURCES)
DISTCLEANFILES += soup-tests.gresource httpd.conf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]