projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14295c
)
Install all header files.
author
Michael Meskes
<
[email protected]
>
Thu, 12 Jun 2003 12:52:24 +0000
(12:52 +0000)
committer
Michael Meskes
<
[email protected]
>
Thu, 12 Jun 2003 12:52:24 +0000
(12:52 +0000)
src/interfaces/ecpg/include/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/include/Makefile
b/src/interfaces/ecpg/include/Makefile
index 9b40e0368c80d53d37ec674b003eb848399b71e4..9226bac8c412782b77dd6881336b9b069d62e5eb 100644
(file)
--- 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