[gupnp-av] build: Dist meson build files in autotools build



commit 683bba998c89ac42f5c0123a338d73990f6e3bba
Author: Jens Georg <mail jensge org>
Date:   Sat Aug 1 17:54:01 2020 +0200

    build: Dist meson build files in autotools build

 Makefile.am             | 1 +
 data/Makefile.am        | 1 +
 doc/Makefile.am         | 2 +-
 libgupnp-av/Makefile.am | 2 +-
 tests/Makefile.am       | 2 ++
 tests/gtest/Makefile.am | 3 ++-
 vala/Makefile.am        | 3 ++-
 7 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index eff91c3..8932111 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,3 +9,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
 
 # Extra clean files so that maintainer-clean removes *everything*
 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh 
Makefile.in missing config.h.in
+EXTRA_DIST = meson.build meson_options.txt
diff --git a/data/Makefile.am b/data/Makefile.am
index b224106..625d366 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1 +1,2 @@
+EXTRA_DIST = meson.build
 dist_pkgdata_DATA = didl-lite-v2.xsd upnp.xsd av.xsd xml.xsd simpledc20021212.xsd
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 749eef5..eae5f5a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -87,4 +87,4 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in
+EXTRA_DIST += version.xml.in meson.build
diff --git a/libgupnp-av/Makefile.am b/libgupnp-av/Makefile.am
index 66a7db8..a379526 100644
--- a/libgupnp-av/Makefile.am
+++ b/libgupnp-av/Makefile.am
@@ -88,7 +88,7 @@ libgupnp_av_1_0_la_SOURCES = gupnp-didl-lite-object.c \
 
 libgupnp_av_1_0_la_LIBADD = $(LIBGUPNP_LIBS)
 
-EXTRA_DIST = gupnp-av-marshal.list
+EXTRA_DIST = gupnp-av-marshal.list meson.build
 
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 148d91e..7ae8a67 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,3 +36,5 @@ fragments_CFLAGS = $(common_cflags) -DABS_TOP_SRCDIR="\"$(abs_top_srcdir)\""
 fragments_LDFLAGS = $(WARN_LDFLAGS)
 
 TESTS = $(check_PROGRAMS)
+
+EXTRA_DIST = meson.build
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
index 7f23a87..9431d0d 100644
--- a/tests/gtest/Makefile.am
+++ b/tests/gtest/Makefile.am
@@ -46,4 +46,5 @@ EXTRA_DIST = data/cds-last-change/00-cds-last-change.xml \
        data/cds-last-change/04-cds-last-change.xml \
        data/cds-last-change/05-cds-last-change.xml \
        data/cds-last-change/06-cds-last-change.xml \
-       data/cds-last-change/07-cds-last-change.xml
+       data/cds-last-change/07-cds-last-change.xml \
+       meson.build
diff --git a/vala/Makefile.am b/vala/Makefile.am
index 43c6c27..0b5d6d6 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -1,3 +1,4 @@
+EXTRA_DIST = meson.build
 if HAVE_INTROSPECTION
 if HAVE_VAPIGEN
 gupnp-av-1.0.vapi: gupnp-av-1.0.stamp
@@ -17,6 +18,6 @@ gupnp-av-1.0.stamp: $(top_builddir)/libgupnp-av/GUPnPAV-1.0.gir \
 vapidir = $(datadir)/vala/vapi
 vapi_DATA = gupnp-av-1.0.vapi $(srcdir)/gupnp-av-1.0.deps
 CLEANFILES = gupnp-av-1.0.vapi gupnp-av-1.0.stamp
-EXTRA_DIST = gupnp-av-1.0.deps GUPnPAV-1.0.metadata gupnp-av-1.0-custom.vala gupnp-av-1.0.vapi 
gupnp-av-1.0.stamp
+EXTRA_DIST += gupnp-av-1.0.deps GUPnPAV-1.0.metadata gupnp-av-1.0-custom.vala gupnp-av-1.0.vapi 
gupnp-av-1.0.stamp
 endif
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]