diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-05 21:27:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-05 21:27:48 +0300 |
commit | 0286f10d285d54a116315a8e0cb1714359685d42 (patch) | |
tree | 29f55215ae601c431dca175ee7f215e1719e2c45 /src/Makefile.am | |
parent | 886f9947336a61528060e9b26b3ac0a5824873fe (diff) | |
download | evol-hercules-0286f10d285d54a116315a8e0cb1714359685d42.tar.gz evol-hercules-0286f10d285d54a116315a8e0cb1714359685d42.tar.bz2 evol-hercules-0286f10d285d54a116315a8e0cb1714359685d42.tar.xz evol-hercules-0286f10d285d54a116315a8e0cb1714359685d42.zip |
After build copy libs also into serverdata/plugins.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5582456..3151e5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,3 +13,4 @@ libevol_map_la_CFLAGS = -pipe -ffast-math -Wall -Wextra -Wno-sign-compare all-local: libevol_map.la cp .libs/*.so ../../../plugins + cp .libs/*.so ../../../../server-data/plugins |