You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2011/06/01 07:26:03 UTC

svn commit: r1130006 - /axis/axis2/c/core/trunk/samples/client/ntlm/Makefile.am

Author: nandika
Date: Wed Jun  1 05:26:03 2011
New Revision: 1130006

URL: http://svn.apache.org/viewvc?rev=1130006&view=rev
Log:
Makefile.am updated

Modified:
    axis/axis2/c/core/trunk/samples/client/ntlm/Makefile.am

Modified: axis/axis2/c/core/trunk/samples/client/ntlm/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/ntlm/Makefile.am?rev=1130006&r1=1130005&r2=1130006&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/ntlm/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/client/ntlm/Makefile.am Wed Jun  1 05:26:03 2011
@@ -15,7 +15,7 @@
 prgbindir=$(prefix)/samples/bin
 prgbin_PROGRAMS = ntlm_client 
 AM_CFLAGS = -g -O2
-ntlm_client_SOURCES = client.c
+ntlm_client_SOURCES = ntlm_post.c
 
 LINK_FLAGS   = $(LDFLAGS) \
                 -L$(AXIS2C_HOME)/lib \