From feb0f9a9386cbf8561bdcc3d8e164efeef1298f8 Mon Sep 17 00:00:00 2001 From: Yann Diorcet <yann.diorcet@belledonne-communications.com> Date: Mon, 30 Jan 2012 14:39:52 +0100 Subject: [PATCH] Fix dist build on windows --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 42d5ff8386..e237b823cd 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -58,7 +58,7 @@ linphone_LDADD=$(ORTP_LIBS) \ if BUILD_WIN32 linphone.res: $(LINPHONE_ICO_RC_FILE) $(LINPHONE_ICO_FILE) - windres $(LINPHONE_ICO_RC_FILE) -O coff -o linphone.res + windres $(srcdir)/$(LINPHONE_ICO_RC_FILE) -O coff -o linphone.res linphone_LDADD+=linphone.res -lwininet linphone_LDFLAGS=-Wl,--export-all-symbols -mwindows -- GitLab