diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-04-04 02:53:14 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-04 02:53:14 +0000 |
commit | 82a27f230af39a882a8f2cd46571817782d3b3c8 (patch) | |
tree | 5214e311df84d070dc52216f31d89299d6796be2 | |
parent | 0213a81dca23df60fa96b0b1681b64d9a542dc49 (diff) | |
download | postgresql-82a27f230af39a882a8f2cd46571817782d3b3c8.tar.gz postgresql-82a27f230af39a882a8f2cd46571817782d3b3c8.zip |
Install os.h when we install the other headers...
Pointed out by: System Administrator <sysadmin@sba.miami.edu>
-rw-r--r-- | src/interfaces/libpq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 8fbdd8098a8..c82ee49b95f 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.33 1997/03/25 09:20:12 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.34 1997/04/04 02:53:14 scrappy Exp $ # #------------------------------------------------------------------------- @@ -99,6 +99,8 @@ install-headers: beforeinstall-headers c.h \ ../include/config.h ../include/libpq/pqcomm.h \ ../include/libpq/libpq-fs.h ../include/lib/dllist.h \ ../include/utils/geo_decls.h libpq-fe.h + $(INSTALL) $(INSTLOPTS) ../include/os.h \ + $(HEADERDIR)/os.h $(INSTALL) $(INSTLOPTS) ../include/config.h \ $(HEADERDIR)/config.h $(INSTALL) $(INSTLOPTS) ../include/postgres.h \ |