projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f80dcf
)
Add missed src/include/foreign subdirectory to the set installed into
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 30 Jun 2009 17:38:50 +0000
(17:38 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 30 Jun 2009 17:38:50 +0000
(17:38 +0000)
INSTALLDIR/include/server/. Itagaki Takahiro
src/include/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/include/Makefile
b/src/include/Makefile
index 62edd3a5965fb6eb75a8c55c19714f8386f938f9..36326800a3a1c12481a403ec89099b320deeeaa1 100644
(file)
--- a/
src/include/Makefile
+++ b/
src/include/Makefile
@@
-17,7
+17,7
@@
all: pg_config.h pg_config_os.h
# Subdirectories containing headers for server-side dev
-SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
+SUBDIRS = access bootstrap catalog commands executor
foreign
lib libpq mb \
nodes optimizer parser postmaster regex rewrite storage tcop \
snowball snowball/libstemmer tsearch tsearch/dicts utils \
port port/win32 port/win32_msvc port/win32_msvc/sys \