]> granicus.if.org Git - ejabberd/commitdiff
Some deps have their DLLs in "priv" directory (not "priv/lib").
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Tue, 18 Jun 2013 13:13:38 +0000 (23:13 +1000)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Tue, 18 Jun 2013 13:15:06 +0000 (23:15 +1000)
Do not forget to `install` them as well.

Makefile.in

index d69580220b7cf2d8e63726074fa3d45247380e33..d19be2e8b02d8d1b711de7f1151d1a884bcfb2f7 100644 (file)
@@ -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)