Add /contrib/adminpack to contrib/Makefile, do case-folding change.

This commit is contained in:
Bruce Momjian 2006-05-30 13:25:57 +00:00
parent 26cfefabad
commit 85f6e27d9b
3 changed files with 50 additions and 49 deletions

View File

@ -1,10 +1,11 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.65 2006/04/23 02:17:59 ishii Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.66 2006/05/30 13:25:57 momjian Exp $
subdir = contrib
top_builddir = ..
include $(top_builddir)/src/Makefile.global
WANTED_DIRS = \
adminpack \
btree_gist \
chkpass \
cube \

View File

@ -29,7 +29,7 @@ adddepend -
by Rod Taylor <rbt@rbt.ca>
adminpack -
File and log manipulation routines, used by Pgadmin
File and log manipulation routines, used by pgAdmin
by From: Dave Page <dpage@vale-housing.co.uk>
btree_gist -