From 7234cc193d71ebbd710d142361c72952eb3cce18 Mon Sep 17 00:00:00 2001 From: John Popplewell Date: Wed, 14 Jan 2009 04:25:42 +0000 Subject: [PATCH] Added the FriBidi DLL to the win32 install step. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9f026b442..9900e223e 100644 --- a/Makefile +++ b/Makefile @@ -737,6 +737,7 @@ install-dlls: cp `which libpangoft2-1.0-0.dll` $(BIN_PREFIX); \ cp `which libgmodule-2.0-0.dll` $(BIN_PREFIX); \ cp `which libpangowin32-1.0-0.dll` $(BIN_PREFIX); \ + cp `which libfribidi-0.dll` $(BIN_PREFIX); \ fi @strip -s $(BIN_PREFIX)/*.dll @if [ "x$(BDIST_WIN9X)" == "x" ]; then \