mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
181d4d410a
PostgreSQL's.
14 lines
337 B
Makefile
14 lines
337 B
Makefile
# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.8 2004/03/14 03:19:13 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.xml
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|