From 1ea56142096139c634027f0b59ba12ba16017385 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Tue, 18 Jun 2013 23:13:38 +1000 Subject: [PATCH] Some deps have their DLLs in "priv" directory (not "priv/lib"). Do not forget to `install` them as well. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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)