aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2007-09-10 20:37:36 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2007-09-10 20:37:36 +0000
commitf7379f5c88e0d82cf1550170dea7d545b1ea4000 (patch)
treea3be1a68f77cd3bd6d5c6fe81b37ad1e8d4c62dd /src
parent53ef36cb4aabebf20e9c04e878d4b9579b116580 (diff)
downloadpostgresql-f7379f5c88e0d82cf1550170dea7d545b1ea4000.tar.gz
postgresql-f7379f5c88e0d82cf1550170dea7d545b1ea4000.zip
Heikki Linnakangas <heikki@enterprisedb.com>:
Add tsearch subdirectory is added to Makefile to allow compile custom tsearch dictionary as an external module.
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile4
1 files 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