diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-30 19:58:57 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-30 19:58:57 +0000 |
commit | 142cb7b3f434af6e9ab64508ae0cc200467a996a (patch) | |
tree | ca7f480448885f3e280705cb64e82697671784cf | |
parent | 611522444843d06bc9aa14496b2de4ba5791e64c (diff) | |
download | postgresql-142cb7b3f434af6e9ab64508ae0cc200467a996a.tar.gz postgresql-142cb7b3f434af6e9ab64508ae0cc200467a996a.zip |
Put back inappropriately-removed entry for earthdistance subdirectory.
-rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 567accc28db..d9ffcc61de9 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.42 2003/06/25 03:40:17 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.43 2003/06/30 19:58:57 tgl Exp $ subdir = contrib top_builddir = .. @@ -13,6 +13,7 @@ WANTED_DIRS = \ dblink \ dbmirror \ dbsize \ + earthdistance \ findoidjoins \ fulltextindex \ fuzzystrmatch \ |