diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-04-29 00:20:03 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-04-29 00:20:03 +0200 |
| commit | 806122dae9c7d9ae11a56c59ee744f5c51c3d978 (patch) | |
| tree | 474f060425c6a3fa60616ec5bbbb9c639806e835 /Makefile.am | |
| parent | a5713ce66b60e3fe1a9147a4159e6636c1fac205 (diff) | |
| download | PROJ-806122dae9c7d9ae11a56c59ee744f5c51c3d978.tar.gz PROJ-806122dae9c7d9ae11a56c59ee744f5c51c3d978.zip | |
automake: fix 'make distcheck'
This target fails because the generated tarball does not include
README.md, and thus the README: README.md rule lacks a dependency
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 8620ea8f..57707f64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = include src man data jniwrap cmake DIST_SUBDIRS = include src man data jniwrap cmake test -EXTRA_DIST = CMakeLists.txt CITATION +EXTRA_DIST = CMakeLists.txt CITATION README.md pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = proj.pc |
