diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-10 23:13:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 19:09:16 +0300 |
commit | 6f0c6360d20feebb0456476c11d1ef06a6bd9f72 (patch) | |
tree | 96181e3bdefe8be887a9f0c64e44c16fcc80e9b8 | |
parent | 728ef85618ab5ee153f240182c9d637b2d7282b9 (diff) | |
download | hercules-6f0c6360d20feebb0456476c11d1ef06a6bd9f72.tar.gz hercules-6f0c6360d20feebb0456476c11d1ef06a6bd9f72.tar.bz2 hercules-6f0c6360d20feebb0456476c11d1ef06a6bd9f72.tar.xz hercules-6f0c6360d20feebb0456476c11d1ef06a6bd9f72.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 7d20e93c9..92f783b1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -217,4 +217,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/ |