summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
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)
130install: $(TARGETS) install-subdirs 130install: $(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; \