OSDN Git Service

findoidjoins and tsearch are not broken anymore.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 20:53:45 +0000 (20:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 20:53:45 +0000 (20:53 +0000)
contrib/Makefile

index b6f42c7..79833ed 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -14,6 +14,7 @@ WANTED_DIRS = \
                dbmirror        \
                dbsize          \
                earthdistance   \
+               findoidjoins    \
                fulltextindex   \
                fuzzystrmatch   \
                intagg          \
@@ -36,12 +37,10 @@ WANTED_DIRS = \
                string          \
                tablefunc       \
                tips            \
+               tsearch         \
                userlock        \
                vacuumlo
 
-#              findoidjoins    \
-               tsearch         \
-
 ifeq ($(with_java),yes)
 WANTED_DIRS += retep
 endif