aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2003-06-12 12:52:24 +0000
committerMichael Meskes <meskes@postgresql.org>2003-06-12 12:52:24 +0000
commitb4117d8b1b426b9f033a97af328ffffd0ba418d1 (patch)
treec4bf94d53d3d1d780661e7e692a24d5825532de0
parentb14295cfe4f2a738a0b023d10bc508da2c458bdb (diff)
downloadpostgresql-b4117d8b1b426b9f033a97af328ffffd0ba418d1.tar.gz
postgresql-b4117d8b1b426b9f033a97af328ffffd0ba418d1.zip
Install all header files.
-rw-r--r--src/interfaces/ecpg/include/Makefile2
1 files changed, 1 insertions, 1 deletions
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