Skip to content

Commit

Permalink
Merge pull request #956 from Geomatys/master
Browse files Browse the repository at this point in the history
Remove unused src/org_proj4_Projections.h file
  • Loading branch information
kbevers committed Apr 27, 2018
2 parents fdf8f02 + 56f0895 commit 5bbeb0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -10,7 +10,7 @@ AM_CPPFLAGS = -DPROJ_LIB=\"$(pkgdatadir)\" \
-DMUTEX_@MUTEX_SETTING@ @JNI_INCLUDE@

include_HEADERS = proj.h proj_api.h projects.h geodesic.h \
org_proj4_Projections.h org_proj4_PJ.h
org_proj4_PJ.h

EXTRA_DIST = makefile.vc proj.def bin_cct.cmake bin_gie.cmake bin_cs2cs.cmake \
bin_geod.cmake bin_nad2bin.cmake bin_proj.cmake \
Expand Down
3 changes: 1 addition & 2 deletions src/lib_proj.cmake
Expand Up @@ -258,8 +258,7 @@ if(JNI_SUPPORT)
set(SRC_LIBPROJ_CORE ${SRC_LIBPROJ_CORE}
jniproj.c )
set(HEADERS_LIBPROJ ${HEADERS_LIBPROJ}
org_proj4_PJ.h
org_proj4_Projections.h)
org_proj4_PJ.h)
source_group("Source Files\\JNI" FILES ${SRC_LIBPROJ_JNI})
add_definitions(-DJNI_ENABLED)
include_directories( ${JNI_INCLUDE_DIRS})
Expand Down
37 changes: 0 additions & 37 deletions src/org_proj4_Projections.h

This file was deleted.

0 comments on commit 5bbeb0c

Please sign in to comment.