diff options
author | Edward Rudd | 2004-06-03 04:32:08 +0000 |
---|---|---|
committer | Edward Rudd | 2004-06-03 04:32:08 +0000 |
commit | 21122f1bb734aa00fc14564d801ea9dc4804c793 (patch) | |
tree | 3d4920b9a47a3528de8c4ac80c402853e9d14719 /Makefile.in | |
parent | f73dc64cd6dba290a7e062520a421de2b02f82a4 (diff) |
moved quoting of fields to DB driver
fixed segfault in the mysql escape string function
DBi driver working with postgresql.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 07278d3..5b4f368 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -130,6 +130,9 @@ $(dbiTARGET): $(dbiSOURCES) $(HEADERS) | |||
130 | install: $(TARGETS) install-subdirs | 130 | install: $(TARGETS) install-subdirs |
131 | @@APXS_BIN@ -i $(TARGET); \ | 131 | @@APXS_BIN@ -i $(TARGET); \ |
132 | @APXS_BIN@ -n $(mysqlNAME) -i $(mysqlTARGET); \ | 132 | @APXS_BIN@ -n $(mysqlNAME) -i $(mysqlTARGET); \ |
133 | if test @WANT_DBI_MOD@ -eq 1; then \ | ||
134 | @APXS_BIN@ -n $(dbiNAME) -i $(dbiTARGET); \ | ||
135 | fi; \ | ||
133 | if test @WANT_SSL_MOD@ -eq 1; then \ | 136 | if test @WANT_SSL_MOD@ -eq 1; then \ |
134 | @APXS_BIN@ -n $(sslNAME) -i $(sslTARGET); \ | 137 | @APXS_BIN@ -n $(sslNAME) -i $(sslTARGET); \ |
135 | fi; \ | 138 | fi; \ |