$NetBSD: patch-ac,v 1.10.2.1 2006/07/09 21:20:06 salo Exp $

--- imported/neon/Makefile.in.orig	2006-05-30 03:21:19.000000000 -0700
+++ imported/neon/Makefile.in
@@ -56,10 +56,13 @@ am__objects_2 = $(am__objects_1)
 am__objects_3 = ne_request.lo ne_session.lo ne_basic.lo ne_string.lo \
 	ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo \
 	ne_auth.lo ne_redirect.lo ne_compress.lo
-am__objects_4 = ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo
-am__objects_5 = ne_acl.lo ne_gnomevfs.lo
+am__objects_4 = ne_gnutls.lo
+am__objects_5 = ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo \
+	ne_xmlreq.lo
+am__objects_6 = ne_acl.lo ne_gnomevfs.lo
 am_libneon_la_OBJECTS = $(am__objects_2) $(am__objects_3) \
-	$(am__objects_4) $(am__objects_5) $(am__objects_1)
+	$(am__objects_4) $(am__objects_5) $(am__objects_6) \
+	$(am__objects_1)
 libneon_la_OBJECTS = $(am_libneon_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -372,6 +375,7 @@ NEON_INCLUDES = \
 	ne_locks.h	\
 	ne_md5.h	\
 	ne_private.h	\
+	ne_privssl.h	\
 	ne_props.h	\
 	ne_redirect.h	\
 	ne_request.h	\
@@ -394,9 +398,10 @@ NEON_BASE_SOURCES = ne_request.c ne_sess
 	ne_redirect.c		\
 	ne_compress.c
 
+NEON_SSL_SOURCES = ne_gnutls.c
 NEON_DAV_SOURCES = \
 	ne_207.c ne_xml.c \
-	ne_props.c ne_locks.c
+	ne_props.c ne_locks.c ne_xmlreq.c
 
 NEON_EXTRA_SOURCES = ne_acl.c ne_gnomevfs.c
 libneon_la_LIBADD = \
@@ -410,6 +415,7 @@ libneon_la_LDFLAGS = \
 libneon_la_SOURCES = \
 	$(NEON_INCLUDES)	\
 	$(NEON_BASE_SOURCES) 	\
+	$(NEON_SSL_SOURCES)	\
 	$(NEON_DAV_SOURCES) 	\
 	$(NEON_EXTRA_SOURCES)	\
         $(NULL)
@@ -473,6 +479,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_compress.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_dates.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_gnomevfs.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_gnutls.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_locks.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_md5.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_props.Plo@am__quote@
@@ -483,6 +490,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_uri.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_utils.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_xml.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ne_xmlreq.Plo@am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
