readme: s/Makefile.am/meson.build/

We haven't been using autotools for quite a while.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2024-05-30 22:53:48 +02:00
parent e71ed40ad7
commit 1c36a3f3ca

View file

@ -82,7 +82,7 @@ placed here.
## Protocol development procedure
To propose a new protocol, create a GitLab merge request adding the
relevant files and Makefile.am entry to the repository with the
relevant files and `meson.build` entry to the repository with the
explanation and motivation in the commit message. Protocols are
organized in namespaces describing their scope ("wp", "xdg" and "ext").
There are different requirements for each namespace, see [GOVERNANCE