[glib-openssl] Add meson to extra dist
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-openssl] Add meson to extra dist
- Date: Tue, 13 Jun 2017 21:17:52 +0000 (UTC)
commit 8e484a368ff2f77258a50b5cb57a475466f46761
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue Jun 13 23:13:01 2017 +0200
Add meson to extra dist
Makefile.am | 3 +++
tls/base/Makefile.am | 3 +++
tls/openssl/Makefile.am | 3 +++
tls/tests/Makefile.am | 4 +++-
4 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b8aa768..54254e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,4 +20,7 @@ EXTRA_DIST += \
tap-test \
config.h.win32.in \
config.h.win32 \
+ meson.build \
+ meson_options.txt \
+ po/meson.build \
$(NULL)
diff --git a/tls/base/Makefile.am b/tls/base/Makefile.am
index ac8cc58..191239c 100644
--- a/tls/base/Makefile.am
+++ b/tls/base/Makefile.am
@@ -14,6 +14,9 @@ libtlsbase_la_SOURCES = \
libtlsbase_la_LDFLAGS = $(module_flags)
libtlsbase_la_LIBADD = $(GLIB_LIBS)
+EXTRA_DIST += \
+ meson.build
+
# MSVC Projects
MSVCPROJS = tlsbase
diff --git a/tls/openssl/Makefile.am b/tls/openssl/Makefile.am
index 2f3ac38..0e05ac7 100644
--- a/tls/openssl/Makefile.am
+++ b/tls/openssl/Makefile.am
@@ -36,6 +36,9 @@ libgioopenssl_la_LIBADD = \
$(OPENSSL_LIBS) \
$(NULL)
+EXTRA_DIST += \
+ meson.build
+
# MSVC Projects
MSVCPROJS = libgioopenssl
diff --git a/tls/tests/Makefile.am b/tls/tests/Makefile.am
index 4cafda3..68f68ac 100644
--- a/tls/tests/Makefile.am
+++ b/tls/tests/Makefile.am
@@ -57,4 +57,6 @@ testfilesdir = $(installed_testdir)/files
testfiles_DATA = $(testfiles_data)
endif
-EXTRA_DIST += $(testfiles_data)
+EXTRA_DIST += \
+ $(testfiles_data) \
+ meson.build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]