Browse Source

Bugfix: Add necessary Winsock library to bfgminer-rpc linking

Luke Dashjr 13 years ago
parent
commit
f7d5149a49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.am

+ 1 - 0
Makefile.am

@@ -127,3 +127,4 @@ endif
 
 bin_PROGRAMS += bfgminer-rpc
 bfgminer_rpc_SOURCES = api-example.c
+bfgminer_rpc_LDADD = @WS2_LIBS@