1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add missing xml files.

This commit is contained in:
Bruce Momjian
2004-03-05 04:10:11 +00:00
parent 31f4b59a46
commit 614e42354d
3 changed files with 141 additions and 0 deletions

13
contrib/xml/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.7 2004/03/05 04:10:11 momjian Exp $
subdir = contrib/xml
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
MODULE_big = pgxml_dom
OBJS = pgxml_dom.o
SHLIB_LINK = -lxml2
DATA_built = pgxml_dom.sql
DOCS = README.pgxml
include $(top_srcdir)/contrib/contrib-global.mk