diff options
author | Philip Chimento <philip@endlessm.com> | 2013-10-04 14:44:19 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2013-10-04 14:44:19 -0700 |
commit | c88184c169352e2512a0f68ff16ef4388995f45e (patch) | |
tree | b4d1d3fd42c0cf31e503a6d2ccff6b2d8cf3a8b8 | |
parent | d4c83acef1574b8f819395b4663ba04bf99daca0 (diff) |
Add README.md to dist
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 013493e..e021742 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ SUBDIRS = po . docs/reference/endless ACLOCAL_AMFLAGS = -I m4 # Extra files to distribute in the tarball -EXTRA_DIST = @EOS_SDK_API_NAME@.pc.in +EXTRA_DIST = README.md @EOS_SDK_API_NAME@.pc.in # Compiler flags DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ |