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 sa...@apache.org on 2005/10/25 04:01:02 UTC

svn commit: r328232 - in /webservices/axis2/trunk/c/modules/xml/guththila/src: Makefile.am Makefile.in

Author: samisa
Date: Mon Oct 24 19:00:51 2005
New Revision: 328232

URL: http://svn.apache.org/viewcvs?rev=328232&view=rev
Log:
Added hash source

Modified:
    webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am
    webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in

Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am?rev=328232&r1=328231&r2=328232&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am Mon Oct 24 19:00:51 2005
@@ -14,7 +14,8 @@
                             guththila_stream.c \
                             guththila_environment.c \
                             guththila_log.c \
-                            guththila_error.c 
+                            guththila_error.c \
+                            guththila_hash.c
 
 libguththila_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include 

Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in?rev=328232&r1=328231&r2=328232&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in Mon Oct 24 19:00:51 2005
@@ -69,7 +69,7 @@
 	guththila_unicode.lo guththila_main.lo guththila_reader.lo \
 	guththila_allocator.lo guththila_array.lo guththila_string.lo \
 	guththila_stream.lo guththila_environment.lo guththila_log.lo \
-	guththila_error.lo
+	guththila_error.lo guththila_hash.lo
 libguththila_la_OBJECTS = $(am_libguththila_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
@@ -211,7 +211,8 @@
                             guththila_stream.c \
                             guththila_environment.c \
                             guththila_log.c \
-                            guththila_error.c 
+                            guththila_error.c \
+                            guththila_hash.c
 
 libguththila_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include 
@@ -289,6 +290,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_buffer.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_environment.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_error.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_hash.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_log.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_main.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_reader.Plo@am__quote@