diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2018-01-08 13:06:54 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-01-10 06:27:50 +0100 |
commit | 97f06c3a6d7c984b3bc0f61dcf2885fed7a948c7 (patch) | |
tree | 50e3cf4210a3333a0a074aeb55852adac88ed973 /docs/api | |
parent | 0e1fb1dbd282f546820c1ab8326cf4cf550ae2ae (diff) | |
download | NetworkManager-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/api')
-rw-r--r-- | docs/api/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 67f0a22691..39a23b6a95 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -101,7 +101,7 @@ include $(top_srcdir)/gtk-doc.make #################################### -EXTRA_DIST += version.xml.in settings-spec.xsl $(GENERATED_FILES) +EXTRA_DIST += version.xml.in settings-spec.xsl meson.build $(GENERATED_FILES) CLEANFILES += html/* tmpl/* xml/* \ NetworkManager-sections.txt \ NetworkManager-overrides.txt |