From 3e19438d81778e8104e2658f5a11c40df3eec8cc Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 25 Nov 2010 15:08:29 +0000 Subject: [PATCH] [Bugfix] Link vncviewer.exe against common/os/libos.la. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4209 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- win/vncviewer/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/win/vncviewer/Makefile.am b/win/vncviewer/Makefile.am index d618738a..b11dfa1c 100644 --- a/win/vncviewer/Makefile.am +++ b/win/vncviewer/Makefile.am @@ -37,6 +37,7 @@ vncviewer_LDADD = $(top_builddir)/common/rfb/librfb.la \ $(top_builddir)/common/Xregion/libXregion.la \ $(top_builddir)/common/network/libnetwork.la \ $(top_builddir)/common/rdr/librdr.la \ + $(top_builddir)/common/os/libos.la \ resources.o -lws2_32 -lgdi32 -luser32 -lcomctl32 -lversion -lcomdlg32 vncviewer_LDFLAGS = -I$(top_srcdir)/win -mwindows -- 2.39.5