diff options
| author | Peter Eisentraut | 2007-04-21 17:26:18 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-04-21 17:26:18 +0000 |
| commit | 74496bc298e099401a8b41c1c529bf9fb7aa9f3c (patch) | |
| tree | 691b988a5d60c61fda649f535537eb7258873653 /contrib/Makefile | |
| parent | 71495f296e54468c3998ae1d9bc1654867b6369f (diff) | |
Contrib module uuid-ossp for generating UUID values using the OSSP UUID
library. New configure option --with-ossp-uuid to activate.
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 411bbec26c..9b2bdc5448 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 |
