diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-18 23:38:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-19 17:45:49 +0100 |
| commit | 2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30 (patch) | |
| tree | 2215af16c944342f08d97f917b5b714e4bde880a /src/Makefile.am | |
| parent | 7baf00c5bc96e1bb0ea2cb1a9495d2b5d703bdbc (diff) | |
| download | PROJ-2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30.tar.gz PROJ-2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30.zip | |
Add a FileManager and File class
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9a4b3cae..f5cabe5e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -215,7 +215,9 @@ libproj_la_SOURCES = \ tracing.cpp \ \ grids.hpp \ - grids.cpp + grids.cpp \ + filemanager.hpp \ + filemanager.cpp # The sed hack is to please MSVC |
