From 53acb181ef04ae70a7dcfed849f7c02850781c20 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 29 Feb 2004 23:36:18 +0000 Subject: separated out most mysql specific code to mod_log_sql_mysql.c beginnings of separation of core SQL logging logic moved DB connection paramters to a table (for cutoms params for DB drivers) added new configuration directive to handle any DB parameter renamed all log_sql_* vars and type to logsql_* Added enums for opendb return codes. organized config directives and commented for easier reading of source --- (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1ad7562..139a715 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,8 +2,8 @@ # Modify these top variables. SUBDIRS = Documentation contrib -SOURCES = \ - @PACKAGE_NAME@.c +SOURCES = @PACKAGE_NAME@.c \ + @PACKAGE_NAME@_mysql.c HEADERS = mod_log_sql.h \ functions.h \ @@ -22,7 +22,7 @@ EXTRA_DIST = AUTHORS INSTALL TODO LICENSE CHANGELOG make_combined_log.pl TARGET = @PACKAGE_NAME@@APXS_EXTENSION@ -sslSOURCES = mod_log_sql_ssl.c +sslSOURCES = @PACKAGE_NAME@_ssl.c sslTARGET = @PACKAGE_NAME@_ssl@APXS_EXTENSION@ -- cgit v0.9.2