summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-11-17 17:16:17 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-11-17 17:16:17 +0000
commite5f7a9f404236d4007d67c274db4d1b92a2d9897 (patch)
tree9de96b575c7ad514642e70d7a23f514110df83b4 /src/include
parent86b5545260be00aa2205b7b5d2266a6259b3770d (diff)
downloadpostgresql-e5f7a9f404236d4007d67c274db4d1b92a2d9897.tar.gz
Install include/port header files, and fix PGXS build to use them.
Fabien COELHO
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index 5271017d7d..6d4d62898f 100644
--- a/src/include/Makefile
+++ b/src/include/Makefile
@@ -4,7 +4,7 @@
#
# 'make install' installs whole contents of src/include.
#
-# $PostgreSQL: pgsql/src/include/Makefile,v 1.17 2004/11/09 06:23:50 neilc Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.18 2004/11/17 17:16:13 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -18,7 +18,8 @@ all: pg_config.h pg_config_os.h
# Subdirectories containing headers for server-side dev
SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
- nodes optimizer parser port regex rewrite storage tcop utils
+ nodes optimizer parser port regex rewrite storage tcop utils \
+ port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
# Install all headers
install: all installdirs