Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 2b4e96a381c82d401e82047dde0070c580ba0abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.3 2002/10/22 20:03:09 petere 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