diff options
Diffstat (limited to 'contrib/Makefile')
-rw-r--r-- | contrib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 411bbec26cd..9b2bdc54485 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.74 2007/04/15 12:48:23 adunstan Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.75 2007/04/21 17:26:17 petere Exp $ subdir = contrib top_builddir = .. @@ -37,6 +37,10 @@ ifeq ($(with_openssl),yes) WANTED_DIRS += sslinfo endif +ifeq ($(with_ossp_uuid),yes) +WANTED_DIRS += uuid-ossp +endif + ifeq ($(with_libxml),yes) ifeq ($(with_libxslt),yes) WANTED_DIRS += xml2 |