diff options
author | Tomas Popela <tpopela@redhat.com> | 2017-12-04 11:40:48 +0100 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2018-04-11 12:39:20 +0200 |
commit | af5186fdc1735c107ad1c0704692bb307e617132 (patch) | |
tree | 911ccc06b939719134bb76a2741276dc4f4a70c3 /docs | |
parent | 04f895723b9b21ffd45b3de43de2576f018ba38c (diff) | |
download | libsoup-af5186fdc1735c107ad1c0704692bb307e617132.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index eef019bc..1baf1135 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 |