Skip to content

Commit 7cf3ff1

Browse files
committed
make install is supposed to install everything under src/include/,
but it was missing a bunch of recently-added subdirectories.
1 parent cd8e1f5 commit 7cf3ff1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/include/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# 'make install' installs whole contents of src/include.
66
#
7-
# $PostgreSQL: pgsql/src/include/Makefile,v 1.22 2007/09/10 20:37:36 teodor Exp $
7+
# $PostgreSQL: pgsql/src/include/Makefile,v 1.23 2007/10/14 17:07:51 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -18,8 +18,10 @@ all: pg_config.h pg_config_os.h
1818

1919
# Subdirectories containing headers for server-side dev
2020
SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
21-
nodes optimizer parser regex rewrite storage tcop tsearch utils \
22-
port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
21+
nodes optimizer parser postmaster regex rewrite storage tcop \
22+
snowball snowball/libstemmer tsearch tsearch/dicts utils \
23+
port port/win32 port/win32_msvc port/win32_msvc/sys \
24+
port/win32/arpa port/win32/netinet port/win32/sys
2325

2426
# Install all headers
2527
install: all installdirs

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy