summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorGravatar nandika2011-06-01 05:26:03 +0000
committerGravatar nandika2011-06-01 05:26:03 +0000
commit0791a538bbaa526ed7a590c2d1b16d8889d4613a (patch)
tree33ce5694fdf0d215283628844b153b7fa0699482 /samples
parent8463d2318ab5ab04b9612389d8c57bc2c38367fd (diff)
downloadaxis2c-0791a538bbaa526ed7a590c2d1b16d8889d4613a.tar.gz
axis2c-0791a538bbaa526ed7a590c2d1b16d8889d4613a.tar.bz2
Makefile.am updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r--samples/client/ntlm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/client/ntlm/Makefile.am b/samples/client/ntlm/Makefile.am
index ef0b9a2..f12c19c 100644
--- a/samples/client/ntlm/Makefile.am
+++ b/samples/client/ntlm/Makefile.am
@@ -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 \