postgresql/contrib/xml/Makefile

14 lines
339 B
Makefile
Raw Normal View History

2004-03-05 05:10:11 +01:00
# $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