diff options
author | Adam Tkac <atkac@redhat.com> | 2010-11-25 15:08:29 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-11-25 15:08:29 +0000 |
commit | 3e19438d81778e8104e2658f5a11c40df3eec8cc (patch) | |
tree | 3d5171ac913dbed44e42af7c5b365b1696fe3c7b /win | |
parent | b8ec9e851ff81af3b2e0dc51cb11e090cab6f12e (diff) | |
download | tigervnc-3e19438d81778e8104e2658f5a11c40df3eec8cc.tar.gz tigervnc-3e19438d81778e8104e2658f5a11c40df3eec8cc.zip |
[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
Diffstat (limited to 'win')
-rw-r--r-- | win/vncviewer/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |