summaryrefslogtreecommitdiff
path: root/map-server/altos-mapd/Makefile.am
Commit message (Collapse)AuthorAge
* Use discovered java path for compiler and jni include filesKeith Packard2019-07-17
| | | | | | | | Instead of using the discovered java bits just for jni.h, also use javac from that directory. Add JAVA_VERSION param to set language version for newer compilers. Signed-off-by: Keith Packard <keithp@keithp.com>
* Use strip-nondeterminism to fix JAR timestampsKeith Packard2019-02-03
| | | | | | | | .jar files are just zip files, and contain dates. These will cause the build to be non-reproducible. Use strip-nondeterminism to smash all of these back to a fixed value. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-mapd: Install systemd service file and defaults fileKeith Packard2018-10-06
| | | | | | This lets the map service 'just work' if enabled. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-mapd: Install altosmapd.jar fileKeith Packard2018-10-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* map-server: Add maps proxy serverKeith Packard2018-10-06
This creates a map proxy server to handle the new Google Maps API requirements Signed-off-by: Keith Packard <keithp@keithp.com>