diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-10 23:13:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-12 17:20:33 +0300 |
commit | 6508c4609e51785f0a1fd67a390677a3cd978c54 (patch) | |
tree | 95b1ef453c31be8d68f9fa9fc60a884d8273ee62 | |
parent | 921b166fabf442467b54a0bd680171485360469c (diff) | |
download | hercules-6508c4609e51785f0a1fd67a390677a3cd978c54.tar.gz hercules-6508c4609e51785f0a1fd67a390677a3cd978c54.tar.bz2 hercules-6508c4609e51785f0a1fd67a390677a3cd978c54.tar.xz hercules-6508c4609e51785f0a1fd67a390677a3cd978c54.zip |
Fix build on windows.s20160713
-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/ |