aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-05-19 14:53:14 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2017-05-19 17:01:46 +0100
commitf12a7f2ad0e3c58ce4c974a9f3294ce756bccbac (patch)
tree773960092a5bad971f31488b336e39d447315219 /docs/markdown/Reference-manual.md
parent5c7f9797c3e883ab771f4ee776eacf2a6395f5f6 (diff)
downloadmeson-f12a7f2ad0e3c58ce4c974a9f3294ce756bccbac.zip
meson-f12a7f2ad0e3c58ce4c974a9f3294ce756bccbac.tar.gz
meson-f12a7f2ad0e3c58ce4c974a9f3294ce756bccbac.tar.bz2
docs: Correct list of things that are a build target to include shared_module
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index fd0eadd..9f71d31 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -823,7 +823,7 @@ These are objects returned by the [functions listed above](#functions).
### `build target` object
-A build target is either an [executable](#executable), [shared](#shared_library) or [static library](#static_library).
+A build target is either an [executable](#executable), [shared](#shared_library), [static library](#static_library) or [shared module](#shared_module).
- `extract_objects()` returns an opaque value representing the generated object files of arguments, usually used to take single object files and link them to unit tests or to compile some source files with custom flags. To use the object file(s) in another build target, use the `objects:` keyword argument.