aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-18 23:13:38 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-18 23:15:06 +1000
commit1ea56142096139c634027f0b59ba12ba16017385 (patch)
tree03d1ab813ce4130e977833e7d364e7b72892abaf
parentBetter handle incoming packets sequence (diff)
Some deps have their DLLs in "priv" directory (not "priv/lib").
Do not forget to `install` them as well.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d69580220..d19be2e8b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)