diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-10 23:13:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-04 15:49:12 +0300 |
commit | aa93d35783e10989ed0a0138c0d37f3027bc197f (patch) | |
tree | 71e77aec331b70d6193e365378c9ff9ec8fe5bfb | |
parent | 9013499e5842cd241dbf7cea4c16a0ab3dce5a72 (diff) | |
download | hercules-halloween2015.tar.gz hercules-halloween2015.tar.bz2 hercules-halloween2015.tar.xz hercules-halloween2015.zip |
Fix build on windows.halloween2015
-rw-r--r-- | Makefile.in | 2 |
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/ |