summaryrefslogtreecommitdiff
path: root/src/include/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-06-30 17:38:50 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-06-30 17:38:50 +0000
commit2c3c2c1c3c4910e36d9a84a7adf6056275dbdc2e (patch)
tree42b46e58b2335e63ae2977f357ab90e560e2eef8 /src/include/Makefile
parent4d53a2f9699547bdc12831d2860c9d44c465e805 (diff)
downloadpostgresql-2c3c2c1c3c4910e36d9a84a7adf6056275dbdc2e.tar.gz
Add missed src/include/foreign subdirectory to the set installed into
INSTALLDIR/include/server/. Itagaki Takahiro
Diffstat (limited to 'src/include/Makefile')
-rw-r--r--src/include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index ad244be32b..3e7c8e4698 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.26 2008/08/29 13:02:32 petere Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.27 2009/06/30 17:38:50 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -17,7 +17,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 \
+SUBDIRS = access bootstrap catalog commands executor foreign lib libpq mb \
nodes optimizer parser postmaster regex rewrite storage tcop \
snowball snowball/libstemmer tsearch tsearch/dicts utils \
port port/win32 port/win32_msvc port/win32_msvc/sys \