mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Heikki Linnakangas <heikki@enterprisedb.com>:
Add tsearch subdirectory is added to Makefile to allow compile custom tsearch dictionary as an external module.
This commit is contained in:
parent
53ef36cb4a
commit
f7379f5c88
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue