summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-10 23:13:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-04 15:49:12 +0300
commitaa93d35783e10989ed0a0138c0d37f3027bc197f (patch)
tree71e77aec331b70d6193e365378c9ff9ec8fe5bfb /Makefile.in
parent9013499e5842cd241dbf7cea4c16a0ab3dce5a72 (diff)
downloadhercules-halloween2015.tar.gz
hercules-halloween2015.tar.bz2
hercules-halloween2015.tar.xz
hercules-halloween2015.zip
Fix build on windows.halloween2015
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 808f596bd..8a0dc7a32 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -201,4 +201,4 @@ install: all
cp -f map-server ../server-data/
cp -f mapcache ../server-data/
mkdir ../server-data/plugins/ || true
- cp -f plugins/*.so ../server-data/plugins/
+ cp -f plugins/*@DLLEXT@ ../server-data/plugins/