*** pgsql/contrib/xml2/Makefile 2008/05/08 17:11:33 1.8.2.1 --- pgsql/contrib/xml2/Makefile 2010/03/01 03:41:17 1.8.2.2 *************** SHLIB_LINK = -lxslt -lxml2 *** 10,15 **** --- 10,16 ---- DATA_built = pgxml.sql DATA = uninstall_pgxml.sql + REGRESS = xml2 DOCS = README.xml2 PG_CPPFLAGS := $(shell xml2-config --cflags)