Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70508ba commit 0382999Copy full SHA for 0382999
src/interfaces/ecpg/include/Makefile
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
5
install: all installdirs install-headers
6
7
.PHONY: install-headers
8
-ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h
+ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h
9
install-headers: $(ecpg_headers)
10
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done
11
0 commit comments