summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-03-18 13:29:22 +0000
committerAdam Jackson <ajax@redhat.com>2015-06-03 09:05:37 -0400
commit36bba39db1d4b5b47bc7db5724a4370a4bcb1ecd (patch)
treeda0a27650bbed8eb2341db2bfa64f98b7eda2e74
parent5ea517fd3991e9e7c4925e5fb5660fcc597e1898 (diff)
hw/xwin/winclipboard: Link xwinclip with -lpthread
Link xwinclip with -lpthread to fix build for MinGW Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net> (cherry picked from commit 5bf3e5c8326fb81655827dbd4c527f1a2ba09511)
-rw-r--r--hw/xwin/winclipboard/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winclipboard/Makefile.am b/hw/xwin/winclipboard/Makefile.am
index b1c95f4ef..a1079aec6 100644
--- a/hw/xwin/winclipboard/Makefile.am
+++ b/hw/xwin/winclipboard/Makefile.am
@@ -19,7 +19,7 @@ xwinclip_SOURCES = xwinclip.c debug.c
xwinclip_CFLAGS = $(XWINMODULES_CFLAGS)
-xwinclip_LDADD = libXWinclipboard.la $(XWINMODULES_LIBS) -lgdi32
+xwinclip_LDADD = libXWinclipboard.la $(XWINMODULES_LIBS) -lgdi32 -lpthread
include $(top_srcdir)/manpages.am
appman_PRE = xwinclip.man