summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 19:52:02 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-03 00:51:35 +0300
commit15a6d8c47b08f8344f0b3a13d4f14bd456564959 (patch)
treeb84e925432e05872111d7cea1b72d8ac7ec9802b
parent87bb24ed6abcee42a955056dad39dab8d0f66f3f (diff)
downloadhercules-15a6d8c47b08f8344f0b3a13d4f14bd456564959.tar.gz
hercules-15a6d8c47b08f8344f0b3a13d4f14bd456564959.tar.bz2
hercules-15a6d8c47b08f8344f0b3a13d4f14bd456564959.tar.xz
hercules-15a6d8c47b08f8344f0b3a13d4f14bd456564959.zip
add install target to make file.
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3b43b0468..7d20e93c9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -210,3 +210,11 @@ needs_mysql:
no_plugins:
@echo "Plugins disabled by the configure script"
@exit 1
+
+install: all
+ cp -f char-server ../server-data/
+ cp -f login-server ../server-data/
+ cp -f map-server ../server-data/
+ cp -f mapcache ../server-data/
+ mkdir ../server-data/plugins/ || true
+ cp -f plugins/*.so ../server-data/plugins/