Some deps have their DLLs in "priv" directory (not "priv/lib").

Do not forget to `install` them as well.
This commit is contained in:
Evgeniy Khramtsov 2013-06-18 23:13:38 +10:00
parent 94c21f3149
commit 1ea5614209
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ install: all
$(INSTALL) -d $(SODIR)
#$(INSTALL) -m 644 priv/lib/*.so $(SODIR)
$(INSTALL) -m 644 deps/*/priv/lib/*.so $(SODIR)
$(INSTALL) -m 644 deps/*/priv/*.so $(SODIR)
#
# Translated strings
$(INSTALL) -d $(MSGSDIR)