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 na...@apache.org on 2009/01/07 12:16:47 UTC

svn commit: r732303 - /webservices/axis2/trunk/c/src/core/transport/http/server/CGI/Makefile.am

Author: nandika
Date: Wed Jan  7 03:16:43 2009
New Revision: 732303

URL: http://svn.apache.org/viewvc?rev=732303&view=rev
Log:
binary name changed

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/CGI/Makefile.am

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/CGI/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/CGI/Makefile.am?rev=732303&r1=732302&r2=732303&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/CGI/Makefile.am (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/CGI/Makefile.am Wed Jan  7 03:16:43 2009
@@ -1,5 +1,5 @@
 prgbindir=$(bindir)
-prgbin_PROGRAMS = axis2_cgi
+prgbin_PROGRAMS = axis2.cgi
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 axis2_cgi_SOURCES = axis2_cgi_main.c \