diff options
author | nandika | 2010-07-21 06:34:08 +0000 |
---|---|---|
committer | nandika | 2010-07-21 06:34:08 +0000 |
commit | a5884ff78aec22a326ad676e73172cd66649264b (patch) | |
tree | c06c365aac26816e554e3e3576cc24fcdb60eb7d /test | |
parent | 7e3146268ea776206f146473ffd172ddc18cbbf8 (diff) | |
download | axis2c-a5884ff78aec22a326ad676e73172cd66649264b.tar.gz axis2c-a5884ff78aec22a326ad676e73172cd66649264b.tar.bz2 |
makefile corrected
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@966102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/core/transport/http/Makefile.am | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/test/core/transport/http/Makefile.am b/test/core/transport/http/Makefile.am index 2370f6e..703cd5c 100644 --- a/test/core/transport/http/Makefile.am +++ b/test/core/transport/http/Makefile.am @@ -1,10 +1,9 @@ -TESTS = test_http_server test_http_transport -check_PROGRAMS = test_http_transport test_http_server -noinst_PROGRAMS = test_http_transport test_http_server +TESTS = test_http_transport +check_PROGRAMS = test_http_transport +noinst_PROGRAMS = test_http_transport SUBDIRS = AM_CFLAGS = -g -pthread test_http_transport_SOURCES = test_http_transport.c -test_http_server_SOURCES = test_http_server.c test_http_transport_LDADD = \ $(LDFLAGS) \ @@ -16,22 +15,6 @@ test_http_transport_LDADD = \ $(top_builddir)/src/core/transport/http/receiver/libaxis2_http_receiver.la \ $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la -test_http_server_LDADD = \ - $(LDFLAGS) \ - $(top_builddir)/src/core/transport/http/util/libaxis2_http_util.la \ - $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \ - $(top_builddir)/axiom/src/om/libaxis2_axiom.la \ - $(top_builddir)/util/src/libaxutil.la \ - $(top_builddir)/axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ - $(top_builddir)/src/core/description/libaxis2_description.la \ - $(top_builddir)/src/core/deployment/libaxis2_deployment.la \ - $(top_builddir)/src/core/context/libaxis2_context.la \ - $(top_builddir)/src/core/clientapi/libaxis2_clientapi.la \ - $(top_builddir)/src/core/engine/libaxis2_engine.la \ - $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la \ - $(top_builddir)/src/core/transport/http/receiver/libaxis2_http_receiver.la \ - $(top_builddir)/neethi/src/libneethi.la - INCLUDES = -I$(CUTEST_HOME)/include \ -I$(top_builddir)/include \ -I ../../../../util/include \ |