Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c153530d
Commit
c153530d
authored
Feb 26, 2013
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install headers from the new src/include/common subdirectory.
This got missed in commit
8396447c
. Andres Freund
parent
0a4fe8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/include/Makefile
src/include/Makefile
+6
-6
No files found.
src/include/Makefile
View file @
c153530d
...
...
@@ -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 port
ability
# Install all headers
install
:
all installdirs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment