mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Install headers from the new src/include/common subdirectory.
This got missed in commit 8396447cdbdff0b62914748de2fec04281dc9114. Andres Freund
This commit is contained in:
parent
0a4fe8a318
commit
c153530dc1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user