summaryrefslogtreecommitdiff
path: root/docs/libnm
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-01-08 13:06:54 +0100
committerThomas Haller <thaller@redhat.com>2018-01-10 06:27:50 +0100
commit97f06c3a6d7c984b3bc0f61dcf2885fed7a948c7 (patch)
tree50e3cf4210a3333a0a074aeb55852adac88ed973 /docs/libnm
parent0e1fb1dbd282f546820c1ab8326cf4cf550ae2ae (diff)
downloadNetworkManager-97f06c3a6d7c984b3bc0f61dcf2885fed7a948c7.tar.gz
build: Add meson build files to distributable files
Although it is possible to generate distributable files on meson since version 0.41 by using the `ninja dist` command, autotools does different things that end up creating a different distributable file. meson build files have been added to autotools build files as distributable files, so the whole meson port would also be distributed. https://mail.gnome.org/archives/networkmanager-list/2018-January/msg00047.html
Diffstat (limited to 'docs/libnm')
-rw-r--r--docs/libnm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 3e0eca49eb..3c1f803a4a 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -86,7 +86,7 @@ GTKDOC_LIBS = \
# include common portion ...
include $(top_srcdir)/gtk-doc.make
-EXTRA_DIST += version.xml.in
+EXTRA_DIST += version.xml.in meson.build
CLEANFILES += \
libnm-sections.txt \