diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-11-04 15:40:40 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-11-08 11:49:50 -0800 |
commit | c0888158e30bfcd0ae6881b9d78c8122ce2d5f4e (patch) | |
tree | ea790d63960d82b68ae3013c074d007fd78b9907 /Makefile.am | |
parent | 752d9cbc0efc51bdef2ea25fba2b92974327f6a6 (diff) |
Add a meson build system
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f9a6071..f97c31b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,4 +36,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL -EXTRA_DIST = README.md +EXTRA_DIST = README.md meson.build |