Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-18 17:13:38 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-18 17:15:06 +0400
commit1ea56142096139c634027f0b59ba12ba16017385 (patch)
tree03d1ab813ce4130e977833e7d364e7b72892abaf /Makefile.in
parent94c21f3149d150fbaeb6857fbb3de44165c4b554 (diff)
Some deps have their DLLs in "priv" directory (not "priv/lib").
Do not forget to `install` them as well.
Diffstat (limited to 'Makefile.in')
-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)