From: Tom Lane Date: Tue, 30 Jun 2009 17:38:50 +0000 (+0000) Subject: Add missed src/include/foreign subdirectory to the set installed into X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=923f3383f484242a23689fa51f2399f7e430dec2;p=users%2Fsimon%2Fpostgres.git Add missed src/include/foreign subdirectory to the set installed into INSTALLDIR/include/server/. Itagaki Takahiro --- diff --git a/src/include/Makefile b/src/include/Makefile index 62edd3a596..36326800a3 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -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 \