summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/Makefile
diff options
context:
space:
mode:
authorMichael Meskes2003-06-29 09:25:19 +0000
committerMichael Meskes2003-06-29 09:25:19 +0000
commit9aeb1eff241a6f5954b8428542988cf9a184409b (patch)
tree72785e5f0f96777e46e7ef478e523008c644ce6e /src/interfaces/ecpg/include/Makefile
parentbee217924d51af8cf0411167bfc8a7eb55122577 (diff)
Just another sync.
Diffstat (limited to 'src/interfaces/ecpg/include/Makefile')
-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 e4c1530f3c7..7320a76c2ea 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 pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h pgtypes_interval.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 pgtypes_interval.h sqltypes.h
install-headers: $(ecpg_headers)
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done