aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2014-10-02 16:39:36 +0200
committerAndres Freund <andres@anarazel.de>2014-10-02 16:52:21 +0200
commit952872698d9443fdf9b808a1376017f00c91065a (patch)
tree2e4813f0c68e58e68c16ce149120dce7115754ad
parent86f809088c2c4f931b2a7554f4be92cd3f33ba13 (diff)
downloadpostgresql-952872698d9443fdf9b808a1376017f00c91065a.tar.gz
postgresql-952872698d9443fdf9b808a1376017f00c91065a.zip
Install all headers for the new atomics API.
Previously, by mistake, only atomics.h was installed. Kohei KaiGai
-rw-r--r--src/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index 578a7784616..e486fd917d5 100644
--- a/src/include/Makefile
+++ b/src/include/Makefile
@@ -20,7 +20,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
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 \
+ tsearch/dicts utils port port/atomics port/win32 port/win32_msvc \
port/win32_msvc/sys port/win32/arpa port/win32/netinet \
port/win32/sys portability