File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
17
17
18
18
19
19
# Subdirectories containing headers for server-side dev
20
- SUBDIRS = access bootstrap catalog commands datatype executor foreign lib libpq mb \
21
- nodes optimizer parser postmaster regex replication rewrite storage \
22
- tcop 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 \
25
- portability
20
+ SUBDIRS = access bootstrap catalog commands common datatype executor foreign \
21
+ lib libpq mb nodes optimizer parser postmaster regex replication \
22
+ rewrite storage tcop snowball snowball/libstemmer tsearch \
23
+ tsearch/dicts utils port port/win32 port/win32_msvc \
24
+ port/win32_msvc/sys port/win32/arpa port/win32/netinet \
25
+ port/win32/sys portability
26
26
27
27
# Install all headers
28
28
install : all installdirs
You can’t perform that action at this time.
0 commit comments