summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJerome Sautret <jerome.sautret@process-one.net>2014-10-30 17:19:37 +0100
committerJerome Sautret <jerome.sautret@process-one.net>2014-10-30 17:19:37 +0100
commit5b0d8b77769d5bd532fb14abf0641a8e5c8e1cfd (patch)
tree12a9d8933d1c0ed91c0cabace3dc2a868f6481a2 /Makefile.in
parentClean up rebar script. (diff)
parentfix invalid path of jiffy.so on install #309 (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 4f3e1bc9..316b7060 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)