You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/06/25 11:57:41 UTC

cvs commit: ws-axis/c/tests/client/soapHeader/test2/rpc Makefile.am

roshan      2004/06/25 02:57:41

  Added:       c/tests/client/soapHeader/test2/rpc Makefile.am
  Log:
  make file for test2
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  bin_PROGRAMS = soapHeaderTest2RPC
  SUBDIRS =
  AM_CPPFLAGS = $(CPPFLAGS)
  soapHeaderTest2RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp 
  
  soapHeaderTest2RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  INCLUDES = -I$(AXISCPP_HOME)/include