From: Michael Meskes Date: Thu, 12 Jun 2003 12:52:24 +0000 (+0000) Subject: Install all header files. X-Git-Tag: REL7_4_BETA1~426 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4117d8b1b426b9f033a97af328ffffd0ba418d1;p=thirdparty%2Fpostgresql.git Install all header files. --- diff --git a/src/interfaces/ecpg/include/Makefile b/src/interfaces/ecpg/include/Makefile index 9b40e0368c8..9226bac8c41 100644 --- a/src/interfaces/ecpg/include/Makefile +++ b/src/interfaces/ecpg/include/Makefile @@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global install: all installdirs install-headers .PHONY: install-headers -ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h +ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h install-headers: $(ecpg_headers) for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done