diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ca76adc..fef59d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ - autogen.sh + autogen.sh \ + README.md # Build ChangeLog from GIT history |