diff options
| author | Bruce Momjian | 2004-03-05 03:57:58 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-03-05 03:57:58 +0000 |
| commit | 31f4b59a464808ab0fec0ffb2eaa723321ea1af7 (patch) | |
| tree | 004f71d1eb77899fa9e16ac8047189dcde6576e5 /contrib/xml2/Makefile | |
| parent | adca025c9ec4b3050411eb74a5b4f9c20a4ce2b5 (diff) | |
Move new version of contrib/ xml into xml2, keep old version in /xml.
Diffstat (limited to 'contrib/xml2/Makefile')
| -rw-r--r-- | contrib/xml2/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile new file mode 100644 index 00000000000..9177ca865c3 --- /dev/null +++ b/contrib/xml2/Makefile @@ -0,0 +1,18 @@ +# 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 + |
