From f7379f5c88e0d82cf1550170dea7d545b1ea4000 Mon Sep 17 00:00:00 2001
From: Teodor Sigaev <teodor@sigaev.ru>
Date: Mon, 10 Sep 2007 20:37:36 +0000
Subject: [PATCH] Heikki Linnakangas <heikki@enterprisedb.com>:

Add tsearch subdirectory is added to Makefile to allow
compile  custom tsearch dictionary as an external module.
---
 src/include/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/Makefile b/src/include/Makefile
index 9c84f46b8dc..526e6fed51d 100644
--- a/src/include/Makefile
+++ b/src/include/Makefile
@@ -4,7 +4,7 @@
 #
 # 'make install' installs whole contents of src/include.
 #
-# $PostgreSQL: pgsql/src/include/Makefile,v 1.21 2005/12/09 21:19:35 petere Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.22 2007/09/10 20:37:36 teodor Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_os.h
 
 # Subdirectories containing headers for server-side dev
 SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
-	nodes optimizer parser regex rewrite storage tcop utils \
+	nodes optimizer parser regex rewrite storage tcop tsearch utils \
 	port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
 
 # Install all headers
-- 
GitLab