From c153530dc10bf5ff6dc5a89249f9cb596dd71a63 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 26 Feb 2013 15:27:30 -0500 Subject: [PATCH] Install headers from the new src/include/common subdirectory. This got missed in commit 8396447cdbdff0b62914748de2fec04281dc9114. Andres Freund --- src/include/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index 7e31a1e039..c553e74890 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -17,12 +17,12 @@ all: pg_config.h pg_config_ext.h pg_config_os.h # Subdirectories containing headers for server-side dev -SUBDIRS = access bootstrap catalog commands datatype executor 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 port/win32_msvc/sys \ - port/win32/arpa port/win32/netinet port/win32/sys \ - portability +SUBDIRS = access bootstrap catalog commands common datatype executor 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 \ + port/win32_msvc/sys port/win32/arpa port/win32/netinet \ + port/win32/sys portability # Install all headers install: all installdirs -- 2.40.0