diff options
Diffstat (limited to 'contrib/xml2')
-rw-r--r-- | contrib/xml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index be3d018cf53..2f7a08cff1a 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -1,10 +1,11 @@ # contrib/xml2/Makefile MODULE_big = pgxml -OBJS = xpath.o xslt_proc.o +OBJS = xpath.o xslt_proc.o $(WIN32RES) EXTENSION = xml2 DATA = xml2--1.0.sql xml2--unpackaged--1.0.sql +PGFILEDESC = "xml2 - XPath querying and XSLT" REGRESS = xml2 |