summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-10 23:13:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-14 18:38:25 +0300
commit8462c3c1a596d74645690486f4084f96934f4c14 (patch)
tree2ddae8277cd1ed975d3d14abf6b402ecdfa3c7c4
parent6d3411cb5be6450739a3259412c2ecbb48c1eaaf (diff)
downloadhercules-tmphpm.tar.gz
hercules-tmphpm.tar.bz2
hercules-tmphpm.tar.xz
hercules-tmphpm.zip
Fix build on windows.tmphpm
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ff7a4263..5c9e1d414 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/