summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 19:52:02 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-27 23:21:24 +0300
commit94fba81d6dd40285441d418333b0719d50610a8b (patch)
tree15f63f38632cb3888e8b1b426f3cc700e14edcd1
parent4441d465d596c82e3872124e997e8c331f2e57e8 (diff)
downloadhercules-94fba81d6dd40285441d418333b0719d50610a8b.tar.gz
hercules-94fba81d6dd40285441d418333b0719d50610a8b.tar.bz2
hercules-94fba81d6dd40285441d418333b0719d50610a8b.tar.xz
hercules-94fba81d6dd40285441d418333b0719d50610a8b.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/