[libsoup/wip/meson: 85/93] 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: 85/93] Add Meson port files to the Autotools EXTRA_DIST
- Date: Wed, 11 Apr 2018 10:46:27 +0000 (UTC)
commit af5186fdc1735c107ad1c0704692bb307e617132
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 141ef38..fea8b65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,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 eef019b..1baf113 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 575aa66..df4b08a 100644
--- a/libsoup/Makefile.am
+++ b/libsoup/Makefile.am
@@ -328,6 +328,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]