We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b75d63 commit 1656cb7Copy full SHA for 1656cb7
contrib/Makefile
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.72 2007/04/13 18:50:01 adunstan Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.73 2007/04/14 12:57:07 adunstan Exp $
2
3
subdir = contrib
4
top_builddir = ..
@@ -37,13 +37,9 @@ ifeq ($(with_openssl),yes)
37
WANTED_DIRS += sslinfo
38
endif
39
40
-ifeq ($(with_libxml),yes)
41
-WANTED_DIRS += xml2
42
-endif
43
-
44
# Missing:
45
# start-scripts \ (does not have a makefile)
46
+# xml2 \ (requires libxml and libxslt installed)
47
48
all install installdirs uninstall distprep clean distclean maintainer-clean:
49
@for dir in $(WANTED_DIRS); do \
0 commit comments