diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-31 13:11:28 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-31 13:11:28 +0000 |
| commit | 0c0dde6176edc892bbd39642de08ed1014ce2f7f (patch) | |
| tree | 4d08f93a269e12aab23f479464d6b399ec654a78 /contrib/Makefile | |
| parent | 73874a06f02691b32c07318e543d83e7947efa51 (diff) | |
| download | postgresql-0c0dde6176edc892bbd39642de08ed1014ce2f7f.tar.gz | |
Hashing functions from Marko Kreen <marko@l-t.ee>
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index a1adaa048c..c60d2f0c12 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.8 2000/09/18 20:11:34 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.9 2000/10/31 13:11:28 petere Exp $ subdir = contrib top_builddir = .. @@ -17,6 +17,7 @@ WANTED_DIRS = array \ noupdate \ pg_dumplo \ pgbench \ + pgcrypto \ soundex \ spi \ string \ |
