summaryrefslogtreecommitdiffstatsabout
path: root/utility/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-23 06:29:36 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-23 06:29:36 (GMT)
commitaed9f10440d8789f99919c3a6f91e8d76bbc44dc (patch)
tree2560bad5b4959cddc090916e8e522b37ce74df75 /utility/Makefile.in
parent0ddd719a72469f732a881c93d4c804e9aca787fe (diff)
more parsing implementation (Custom functions)
initial DB inserting (w/ prepared query)
Diffstat (limited to 'utility/Makefile.in')
-rw-r--r--utility/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility/Makefile.in b/utility/Makefile.in
index 69a746c..eeb26b8 100644
--- a/utility/Makefile.in
+++ b/utility/Makefile.in
@@ -18,8 +18,8 @@ STD_DIST = Makefile.in
18 18
19DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(SOURCES) $(HEADERS) 19DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(SOURCES) $(HEADERS)
20 20
21SOURCES = shell.c config.c logparse.c ap_pcre.c util.c 21SOURCES = shell.c config.c logparse.c ap_pcre.c util.c database.c
22HEADERS = shell.h config.h logparse.h ap_pcre.h util.h 22HEADERS = shell.h config.h logparse.h ap_pcre.h util.h database.h
23OBJECTS = $(SOURCES:.c=.o) 23OBJECTS = $(SOURCES:.c=.o)
24DEPS = $(SOURCES:.c=.d) 24DEPS = $(SOURCES:.c=.d)
25TARGETS = mod_log_sql 25TARGETS = mod_log_sql