From: Bruce Momjian Date: Sun, 11 Feb 2001 02:18:48 +0000 (+0000) Subject: Add to Makefile. X-Git-Tag: REL7_1~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71f2b6f015b5f8da162e808a37bd7d3cc8732ce3;p=postgresql Add to Makefile. --- diff --git a/contrib/Makefile b/contrib/Makefile index 571aaa7cd2..4abba5686b 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.15 2001/02/10 12:07:12 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.16 2001/02/11 02:18:48 momjian Exp $ subdir = contrib top_builddir = .. @@ -19,6 +19,7 @@ WANTED_DIRS = \ noupdate \ oid2name \ pg_dumplo \ + pg_logger \ pgbench \ pgcrypto \ rserv \