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-11 16:35:48 +0300
commit52e69ff105cae55e12ea099a7a417862551e7617 (patch)
tree9249f22b080094f97f058a55021b15f7bf94b292
parent20a1c9a14f55e28130cfd5d695d1dfb324f5cdfd (diff)
downloadhercules-r20150812.tar.gz
hercules-r20150812.tar.bz2
hercules-r20150812.tar.xz
hercules-r20150812.zip
Fix build on windows.r20150812
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b1322407c..c2cde326e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -197,4 +197,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/