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