]> granicus.if.org Git - postgresql/commitdiff
Add missed src/include/foreign subdirectory to the set installed into
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Jun 2009 17:38:50 +0000 (17:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Jun 2009 17:38:50 +0000 (17:38 +0000)
INSTALLDIR/include/server/.  Itagaki Takahiro

src/include/Makefile

index ad244be32b8a1ec66dea3891798d390d04315ea2..3e7c8e4698a83299af2816839041e4f0213c42df 100644 (file)
@@ -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 \