diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-09-29 03:11:58 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-09-29 03:11:58 +0000 |
| commit | cff23429d658d3591e7e0af129f158e90d0a4776 (patch) | |
| tree | 017305205ad6ef3d6b864df315819cedfd49eeca /contrib/Makefile | |
| parent | 850ba416775336db441caa8f9f1e2b0d5e6c72a5 (diff) | |
| download | postgresql-cff23429d658d3591e7e0af129f158e90d0a4776.tar.gz | |
I noticed that the contrib Makefiles were reorganized.
Converted pgcrypto one too.
* Changed default randomness source to libc random()
That way pgcrypto does not have any external dependencies
and should work everywhere.
* Re-enabled pgcrypto build in contrib/makefile
* contrib/README update - there is more stuff than
only 'hash functions'
* Noted the libc random fact in README.pgcrypto
Marko Kreen
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 8996c0abc2..b83762fec6 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.27 2001/09/06 10:49:29 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.28 2001/09/29 03:11:58 momjian Exp $ subdir = contrib top_builddir = .. @@ -26,6 +26,7 @@ WANTED_DIRS = \ pg_logger \ pg_resetxlog \ pgbench \ + pgcrypto \ rserv \ rtree_gist \ seg \ @@ -41,7 +42,6 @@ WANTED_DIRS = \ # mac \ (does not have a makefile) # mysql \ (does not have a makefile) # oracle \ (does not have a makefile) -# pgcrypto \ (non-standard makefile) # start-scripts \ (does not have a makefile) # tools \ (does not have a makefile) # xml \ (non-standard makefile) |
