From 21122f1bb734aa00fc14564d801ea9dc4804c793 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Thu, 03 Jun 2004 04:32:08 +0000 Subject: moved quoting of fields to DB driver fixed segfault in the mysql escape string function DBi driver working with postgresql. --- (limited to 'Makefile.in') 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) install: $(TARGETS) install-subdirs @@APXS_BIN@ -i $(TARGET); \ @APXS_BIN@ -n $(mysqlNAME) -i $(mysqlTARGET); \ + if test @WANT_DBI_MOD@ -eq 1; then \ + @APXS_BIN@ -n $(dbiNAME) -i $(dbiTARGET); \ + fi; \ if test @WANT_SSL_MOD@ -eq 1; then \ @APXS_BIN@ -n $(sslNAME) -i $(sslTARGET); \ fi; \ -- cgit v0.9.2