diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-04-02 09:59:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-02 09:59:37 +0200 |
| commit | b8a62522b0eca6b4b806471cdff984a28ea1c8fe (patch) | |
| tree | 57fa6179be8677826ac4c5ca31e6f4760245345d /src/Makefile.am | |
| parent | f2842ae44c6294b096f8629bd65e0223f0aa145e (diff) | |
| parent | 47dd4dbc40cbba140f4ceb775ea5d5d628fba961 (diff) | |
| download | PROJ-b8a62522b0eca6b4b806471cdff984a28ea1c8fe.tar.gz PROJ-b8a62522b0eca6b4b806471cdff984a28ea1c8fe.zip | |
Merge pull request #1391 from kbevers/noop
Add no-op operation. It does nothing.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b62a11b0..9858d78f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -173,6 +173,7 @@ libproj_la_SOURCES = \ conversions/cart.cpp \ conversions/geoc.cpp \ conversions/geocent.cpp \ + conversions/noop.cpp \ conversions/unitconvert.cpp \ \ transformations/affine.cpp \ |
