mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Move new version of contrib/ xml into xml2, keep old version in /xml.
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
# This makefile will build the new XML and XSLT routines.
|
||||
subdir = contrib/xml
|
||||
top_builddir = ../../
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
MODULE_big = pgxml
|
||||
|
||||
# Remove xslt_proc.o from the following line if you don't have libxslt
|
||||
OBJS = xpath.o xslt_proc.o
|
||||
|
||||
# Remove -lxslt from the following line if you don't have libxslt.
|
||||
SHLIB_LINK = -lxml2 -lxslt
|
||||
|
||||
DATA_built = pgxml.sql
|
||||
DOCS = README.pgxml
|
||||
|
||||
include $(top_builddir)contrib/contrib-global.mk
|
||||
|
Reference in New Issue
Block a user