We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f864be commit c2f7e3eCopy full SHA for c2f7e3e
src/include/Makefile
@@ -4,7 +4,7 @@
4
#
5
# 'make install' installs whole contents of src/include.
6
7
-# $PostgreSQL: pgsql/src/include/Makefile,v 1.18 2004/11/17 17:16:13 tgl Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.19 2005/01/06 21:00:24 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_os.h
18
19
# Subdirectories containing headers for server-side dev
20
SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
21
- nodes optimizer parser port regex rewrite storage tcop utils \
+ nodes optimizer parser regex rewrite storage tcop utils \
22
port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
23
24
# Install all headers
0 commit comments