From 5d05a57139672acc5c491116a5f0cd45b2e16bb3 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 21 Dec 2003 17:45:51 +0000 Subject: CVS headers added --- (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 71622b8..5902fab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,7 +9,7 @@ HEADERS = CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing -INCLUDES = +INCLUDES = -I/usr/include/mysql LDADD = @@ -115,7 +115,7 @@ $(builddir)/.deps: depend depend: $(SOURCES) $(HEADERS) if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ - $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(srcdir)/*.c > $(builddir)/.deps || true; \ + $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) $(srcdir)/*.c > $(builddir)/.deps || true; \ fi include $(builddir)/.deps -- cgit v0.9.2