summaryrefslogtreecommitdiffstats
path: root/samples/client/amqp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/client/amqp')
-rw-r--r--samples/client/amqp/echo/Makefile.am1
-rw-r--r--samples/client/amqp/mtom/Makefile.am1
-rw-r--r--samples/client/amqp/notify/Makefile.am1
3 files changed, 0 insertions, 3 deletions
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@