diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-26 14:58:26 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-30 21:48:56 +0100 |
| commit | 8ab6f683cd316acf57bb89ed83932a267c5aa3c2 (patch) | |
| tree | 4ccb6033dae1e87e55aa00dbbc395c536dc8be49 /src/Makefile.am | |
| parent | 7acbe96928d564ac86f74c319e4d37143352671b (diff) | |
| download | PROJ-8ab6f683cd316acf57bb89ed83932a267c5aa3c2.tar.gz PROJ-8ab6f683cd316acf57bb89ed83932a267c5aa3c2.zip | |
Merge projects.h into proj_internal.h
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e8b9977c..3b23a044 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,7 +48,7 @@ libproj_la_LDFLAGS = -no-undefined -version-info 14:1:1 libproj_la_LIBADD = @SQLITE3_LDFLAGS@ libproj_la_SOURCES = \ - pj_list.h proj_internal.h proj_math.h projects.h \ + pj_list.h proj_internal.h proj_math.h \ \ iso19111/static.cpp \ iso19111/util.cpp \ |
