We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ef36c commit f7379f5Copy full SHA for f7379f5
src/include/Makefile
@@ -4,7 +4,7 @@
4
#
5
# 'make install' installs whole contents of src/include.
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_os.h
18
19
# Subdirectories containing headers for server-side dev
20
SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
21
- nodes optimizer parser regex rewrite storage tcop utils \
+ nodes optimizer parser regex rewrite storage tcop tsearch utils \
22
port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
23
24
# Install all headers
0 commit comments