diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-10 23:13:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-24 16:12:15 +0300 |
commit | 37bfc5d38a213f49363295c05961960290f86641 (patch) | |
tree | bc76ca426faec7e0cb5f0fc8a4e0ff8fe53ca566 | |
parent | 20f37099ac058a55cdd4aa772f59b13c46a7a34e (diff) | |
download | hercules-37bfc5d38a213f49363295c05961960290f86641.tar.gz hercules-37bfc5d38a213f49363295c05961960290f86641.tar.bz2 hercules-37bfc5d38a213f49363295c05961960290f86641.tar.xz hercules-37bfc5d38a213f49363295c05961960290f86641.zip |
Fix build on windows.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 009d071e0..63d4ab3c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -225,4 +225,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/ |