diff options
| author | Andres Freund | 2014-10-02 14:39:36 +0000 |
|---|---|---|
| committer | Andres Freund | 2014-10-02 14:52:21 +0000 |
| commit | 952872698d9443fdf9b808a1376017f00c91065a (patch) | |
| tree | 2e4813f0c68e58e68c16ce149120dce7115754ad | |
| parent | 86f809088c2c4f931b2a7554f4be92cd3f33ba13 (diff) | |
Install all headers for the new atomics API.
Previously, by mistake, only atomics.h was installed.
Kohei KaiGai
| -rw-r--r-- | src/include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile b/src/include/Makefile index 578a778461..e486fd917d 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 |
