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:
authorJerome Sautret <jerome.sautret@process-one.net>2014-10-30 19:19:37 +0300
committerJerome Sautret <jerome.sautret@process-one.net>2014-10-30 19:19:37 +0300
commit5b0d8b77769d5bd532fb14abf0641a8e5c8e1cfd (patch)
tree12a9d8933d1c0ed91c0cabace3dc2a868f6481a2 /Makefile.in
parent1d2ef85b3371744a02c044c2005c7a56b3b23d54 (diff)
parentb550f247e74e86cac20027b8527e3ddd209837bc (diff)
Merge branch 'master' of github.com:processone/ejabberd
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 4f3e1bc9f..316b7060b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -161,6 +161,7 @@ install: all
# Binary system libraries
$(INSTALL) -d $(SODIR)
$(INSTALL) -m 644 $(DLLs) $(SODIR)
+ [ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so;)
#
# Translated strings
$(INSTALL) -d $(MSGSDIR)