From 55a52d271a7072575b27026f625857654477d9a8 Mon Sep 17 00:00:00 2001
From: shankar
Date: Wed, 24 Feb 2010 03:42:17 +0000
Subject: removing unwanted -lpthread

git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
---
 samples/client/amqp/echo/Makefile.am   | 1 -
 samples/client/amqp/mtom/Makefile.am   | 1 -
 samples/client/amqp/notify/Makefile.am | 1 -
 3 files changed, 3 deletions(-)

(limited to 'samples/client/amqp')

diff --git a/samples/client/amqp/echo/Makefile.am b/samples/client/amqp/echo/Makefile.am
index b348c63..e9541b7 100644
--- a/samples/client/amqp/echo/Makefile.am
+++ b/samples/client/amqp/echo/Makefile.am
@@ -21,7 +21,6 @@ LINK_FLAGS = $(LDFLAGS) \
              -laxis2_axiom \
              -laxis2_engine \
              -laxis2_parser \
-             -lpthread \
              $(GUTHTHILA_LIBS)
 
 echo_blocking_LDADD = $(LINK_FLAGS)
diff --git a/samples/client/amqp/mtom/Makefile.am b/samples/client/amqp/mtom/Makefile.am
index fa2f51a..5bf81bc 100644
--- a/samples/client/amqp/mtom/Makefile.am
+++ b/samples/client/amqp/mtom/Makefile.am
@@ -12,7 +12,6 @@ mtom_LDADD = $(LDFLAGS) \
              -laxis2_axiom \
              -laxis2_engine \
              -laxis2_parser \
-             -lpthread \
              $(GUTHTHILA_LIBS)
 
 INCLUDES = @AXIS2INC@
diff --git a/samples/client/amqp/notify/Makefile.am b/samples/client/amqp/notify/Makefile.am
index 85cc43e..fbb5cf8 100644
--- a/samples/client/amqp/notify/Makefile.am
+++ b/samples/client/amqp/notify/Makefile.am
@@ -9,7 +9,6 @@ notify_LDADD =  -L$(AXIS2C_HOME)/lib \
                 -laxis2_axiom \
                 -laxis2_engine \
                 -laxis2_parser \
-                -lpthread \
                 $(GUTHTHILA_LIBS)
 
 INCLUDES = @AXIS2INC@
-- 
cgit v1.1-32-gdbae