Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-06-29 21:42:39 +0000
committereutarass2010-06-29 21:42:39 +0000
commit7edf27d6ec76604a13db68dcb5664b0703c61d8f (patch)
treeff701324484989a9d0ded2d6786ce2f13720ec83 /Makefile.inc
parent0fd823bc70bc6ff1265ebe1f082aada1efb3dea7 (diff)
downloadorg.eclipse.tcf.agent-7edf27d6ec76604a13db68dcb5664b0703c61d8f.tar.gz
org.eclipse.tcf.agent-7edf27d6ec76604a13db68dcb5664b0703c61d8f.tar.xz
org.eclipse.tcf.agent-7edf27d6ec76604a13db68dcb5664b0703c61d8f.zip
Bug 317845: TCF Peer accessible via two networks appear as two distinct peers
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index d03f1787..df33023a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -39,6 +39,10 @@ ifeq ($(OPSYS),Darwin)
RANLIB = ranlib $@
endif
+ifeq ($(OPSYS),GNU/Linux)
+ LIBS = -lpthread -luuid -lssl -lrt
+endif
+
ifneq ($(OPSYS),Windows)
OPTS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
OPTS += -Wall

Back to the top