summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-10 23:13:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-10 18:40:09 +0300
commit02ef220c968996198c103ec03359999c840160e7 (patch)
treedb44bed72626c5b13331bb15dbd68e8c3af62ec1
parenta2c04d7cac122725f453b5633120a778cdd044f6 (diff)
downloadhercules-02ef220c968996198c103ec03359999c840160e7.tar.gz
hercules-02ef220c968996198c103ec03359999c840160e7.tar.bz2
hercules-02ef220c968996198c103ec03359999c840160e7.tar.xz
hercules-02ef220c968996198c103ec03359999c840160e7.zip
Fix build on windows.r20150913
-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/