24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Merge pull request #337 from weiss/fix-install-without-json

Fix "make install" without JSON support
This commit is contained in:
Evgeny Khramtsov 2014-11-06 21:11:17 +03:00
commit 7138cc5633

View File

@ -161,7 +161,7 @@ install: all
# Binary system libraries # Binary system libraries
$(INSTALL) -d $(SODIR) $(INSTALL) -d $(SODIR)
$(INSTALL) -m 644 $(DLLs) $(SODIR) $(INSTALL) -m 644 $(DLLs) $(SODIR)
[ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so; true) -[ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so; true)
# #
# Translated strings # Translated strings
$(INSTALL) -d $(MSGSDIR) $(INSTALL) -d $(MSGSDIR)