diff options
Diffstat (limited to 'src/include/Makefile')
-rw-r--r-- | src/include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/Makefile b/src/include/Makefile index 578a7784616..9bba3082a98 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -17,7 +17,8 @@ all: pg_config.h pg_config_ext.h pg_config_os.h # Subdirectories containing headers for server-side dev -SUBDIRS = access bootstrap catalog commands common datatype executor foreign \ +SUBDIRS = access bootstrap catalog commands common datatype \ + executor fe_utils foreign \ lib libpq mb nodes optimizer parser postmaster regex replication \ rewrite storage tcop snowball snowball/libstemmer tsearch \ tsearch/dicts utils port port/win32 port/win32_msvc \ |