summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 19:52:02 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-08 19:50:24 +0300
commit56f3d4391af7f45b138c005f7fa75e97b5450916 (patch)
tree45d49d52849d0a32e757937f8cdbe956f0f11161
parentaad28313b5dfeba82e042cccb624f615380c5def (diff)
downloadhercules-56f3d4391af7f45b138c005f7fa75e97b5450916.tar.gz
hercules-56f3d4391af7f45b138c005f7fa75e97b5450916.tar.bz2
hercules-56f3d4391af7f45b138c005f7fa75e97b5450916.tar.xz
hercules-56f3d4391af7f45b138c005f7fa75e97b5450916.zip
add install target to make file.
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 75941b4fe..93af7b275 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -211,3 +211,10 @@ 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/
+ mkdir ../server-data/plugins/ || true
+ cp -f plugins/*.so ../server-data/plugins/