diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-10 23:13:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-14 18:38:25 +0300 |
commit | 8462c3c1a596d74645690486f4084f96934f4c14 (patch) | |
tree | 2ddae8277cd1ed975d3d14abf6b402ecdfa3c7c4 | |
parent | 6d3411cb5be6450739a3259412c2ecbb48c1eaaf (diff) | |
download | hercules-tmphpm.tar.gz hercules-tmphpm.tar.bz2 hercules-tmphpm.tar.xz hercules-tmphpm.zip |
Fix build on windows.tmphpm
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5ff7a4263..5c9e1d414 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/ |