aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-02-26 15:27:30 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2013-02-26 15:27:30 -0500
commitc153530dc10bf5ff6dc5a89249f9cb596dd71a63 (patch)
treeb9601a99d3e1d597aa5b204bbea68f3de62f9007 /src
parent0a4fe8a318ed37556dd019def073ccd956645e27 (diff)
downloadpostgresql-c153530dc10bf5ff6dc5a89249f9cb596dd71a63.tar.gz
postgresql-c153530dc10bf5ff6dc5a89249f9cb596dd71a63.zip
Install headers from the new src/include/common subdirectory.
This got missed in commit 8396447cdbdff0b62914748de2fec04281dc9114. Andres Freund
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index 7e31a1e039f..c553e748909 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