summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-06 22:28:36 -0600
committerKeith Packard <keithp@keithp.com>2018-10-06 22:28:36 -0600
commita203aa6e3ed67337b752f939da956856e208c28b (patch)
tree248b87bf20cf7d64cdbc373e7f428847f5f25c00
parent1b841e14d11b3a9e7a754730b1d87b30d22f3dd4 (diff)
altos-mapd: Install altosmapd.jar file
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--map-server/altos-mapd/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/map-server/altos-mapd/Makefile.am b/map-server/altos-mapd/Makefile.am
index c099d1c7..a3fd196e 100644
--- a/map-server/altos-mapd/Makefile.am
+++ b/map-server/altos-mapd/Makefile.am
@@ -22,6 +22,12 @@ FATJAR=altosmapd-fat.jar
all-local: classes/altosmapd $(JAR) altos-mapd altos-mapd-test altos-mapd-jdb
+install-altosmapdJAVA: altosmapd.jar
+ @$(NORMAL_INSTALL)
+ test -z "$(altosmapddir)" || $(MKDIR_P) "$(DESTDIR)$(altosmapddir)"
+ echo " $(INSTALL_DATA)" "$<" "'$(DESTDIR)$(altosmapddir)/altosdmap.jar'"; \
+ $(INSTALL_DATA) "$<" "$(DESTDIR)$(altosmapddir)"
+
classes/altosmapd:
mkdir -p classes/altosmapd