Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 52f176c649b592d8c3e1d5359392a702428bb046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $PostgreSQL: pgsql/contrib/xml/Makefile,v 1.4 2003/11/29 19:51:36 pgsql 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