Add README.md and TODO.md to EXTRA_DIST. Only README and TODO are picked up automatically.
diff --git a/Makefile.am b/Makefile.am index 09da711..206cb39 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -9,12 +9,14 @@ pkgconfig_DATA = libzip.pc EXTRA_DIST= API-CHANGES \ - LICENSE \ CMakeLists.txt \ + LICENSE \ + README.md \ + TODO.md \ cmake-config.h.in \ cmake-zipconf.h.in \ - libzip.pc.in \ libzip-uninstalled.pc.in \ + libzip.pc.in \ m4 dist-hook: