summaryrefslogtreecommitdiff
path: root/textproc/libxml/patches/patch-ac
blob: 2d53c0a4c211d81ec32dde61e1c6bb200f13c921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.1.1.1 1999/05/03 17:43:59 rh Exp $

--- Makefile.in.orig	Thu Feb 25 12:01:50 1999
+++ Makefile.in	Thu Apr  8 14:52:38 1999
@@ -90,11 +90,11 @@
 
 lib_LTLIBRARIES = libxml.la
 
-libxml_la_SOURCES =  		SAX.c 		entities.c 		encoding.c 		error.c 		error.h 		parser.c 		debugXML.c 		tree.c 		valid.c
+libxml_la_SOURCES =  		SAX.c 		entities.c 		encoding.c 		error.c 			parser.c 		debugXML.c 		tree.c 		valid.c
 
 
 xmlincdir = $(includedir)/gnome-xml
-xmlinc_HEADERS =  		entities.h 		encoding.h 		parser.h 		parserInternals.h 		debugXML.h 		tree.h 		valid.h
+xmlinc_HEADERS =  		entities.h 		encoding.h 		parser.h 		parserInternals.h 		debugXML.h 		tree.h 		valid.h	error.h
 
 
 DEPS = $(top_builddir)/libxml.la