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 da...@apache.org on 2004/12/31 13:11:26 UTC

cvs commit: ws-axis/c/tests/unit_tests/cppunit Makefile.am

damitha     2004/12/31 04:11:26

  Modified:    c/tests/unit_tests/cppunit Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/unit_tests/cppunit/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/unit_tests/cppunit/Makefile.am,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am	31 Dec 2004 08:24:55 -0000	1.1
  +++ Makefile.am	31 Dec 2004 12:11:26 -0000	1.2
  @@ -2,6 +2,6 @@
   #SUBDIRS = transport
   AM_CPPFLAGS = $(CPPFLAGS)
   runtestsuite_SOURCES = runCppUnitTests.cpp
  -runtestsuite_LDADD   =  transport/axis2/libaxis2test.la -L${CPPUNIT_HOME}/lib -lcppunit -ldl
  +runtestsuite_LDADD   =  $(LDFLAGS) ../../../src/transport/axis2/libaxis2_transport.la -L${CPPUNIT_HOME}/lib -lcppunit -ldl 
   
   INCLUDES = -I$(AXISCPP_HOME)/include -I${CPPUNIT_HOME}/include