From f1d7f8e861ef15563d94574d02978795c6bd4475 Mon Sep 17 00:00:00 2001 From: damitha Date: Wed, 1 Jun 2011 09:49:11 +0000 Subject: Updating the sample git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130073 13f79535-47bb-0310-9956-ffa450edef68 --- samples/client/ntlm/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'samples/client/ntlm/Makefile.am') diff --git a/samples/client/ntlm/Makefile.am b/samples/client/ntlm/Makefile.am index f12c19c..b36d65c 100644 --- a/samples/client/ntlm/Makefile.am +++ b/samples/client/ntlm/Makefile.am @@ -13,9 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. prgbindir=$(prefix)/samples/bin -prgbin_PROGRAMS = ntlm_client +prgbin_PROGRAMS = ntlm_post_with_check ntlm_post AM_CFLAGS = -g -O2 -ntlm_client_SOURCES = ntlm_post.c +ntlm_post_with_check_SOURCES = ntlm_post_with_check.c ntlm_util.c +ntlm_post_SOURCES = ntlm_post.c ntlm_util.c LINK_FLAGS = $(LDFLAGS) \ -L$(AXIS2C_HOME)/lib \ @@ -28,6 +29,7 @@ LINK_FLAGS = $(LDFLAGS) \ -laxis2_ntlm \ $(GUTHTHILA_LIBS) -ntlm_client_LDADD = $(LINK_FLAGS) +ntlm_post_with_check_LDADD = $(LINK_FLAGS) +ntlm_post_LDADD = $(LINK_FLAGS) INCLUDES = @AXIS2INC@ -- cgit v1.1-32-gdbae