diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-17 12:06:10 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-17 12:23:17 -0800 |
commit | be1745c8eb00defcb31d336ccc142de056e92bd8 (patch) | |
tree | 7f9ccdd8f49b4ad2c2a39dd39a0793b5d3bf8a47 | |
parent | 58f37377c851960cbf21fac1caf38ab1e66c7d6c (diff) |
Add README.md to EXTRA_DIST
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 57c3a7b..fbf6e04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,7 @@ tools/README \ tools/api_conv.pl \ tools/constants \ autogen.sh \ +README.md \ $(TESTS) MAINTAINERCLEANFILES = ChangeLog INSTALL |