summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-22 04:45:38 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-22 04:45:38 (GMT)
commitf89b2cced3608b248cb02b2e48907dcae07e8bbe (patch)
treeb4243eb8cfe14a192a6e700096a8687a55b80452 /Makefile.in
parent8911dea4ef2dee576d220b4bb1ef29615214220e (diff)
compiles and loads under apache2.0
consolidated configuration functions uses APR_OFFSETOF.. delayed inserts are configurable
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5902fab..b143029 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@ CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing
11 11
12INCLUDES = -I/usr/include/mysql 12INCLUDES = -I/usr/include/mysql
13 13
14LDADD = 14LDADD = -L/usr/lib/mysql -lmysqlclient
15 15
16EXTRA_DIST = INSTALL LICENSE CHANGELOG make_combined_log.pl 16EXTRA_DIST = INSTALL LICENSE CHANGELOG make_combined_log.pl
17 17