You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/02/07 08:56:23 UTC

svn commit: r619302 - /webservices/axis2/trunk/c/axiom/test/util/Makefile.am

Author: dinesh
Date: Wed Feb  6 23:56:22 2008
New Revision: 619302

URL: http://svn.apache.org/viewvc?rev=619302&view=rev
Log:
fixed:972, axiom util test binary in bin/samples directory

Modified:
    webservices/axis2/trunk/c/axiom/test/util/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/test/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/util/Makefile.am?rev=619302&r1=619301&r2=619302&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/util/Makefile.am Wed Feb  6 23:56:22 2008
@@ -1,12 +1,8 @@
-prgbindir=$(prefix)/bin/samples
-prgbin_PROGRAMS = axiom
+noinst_PROGRAMS = axiom
 axiom_SOURCES = axiom_util_test.c
-
 axiom_LDADD   =   \
                     $(top_builddir)/src/om/libaxis2_axiom.la 
 
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../util/include \
 			-I ../../../include
-
-



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org