summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 71622b8..5902fab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@ HEADERS =
9 9
10CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing 10CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing
11 11
12INCLUDES = 12INCLUDES = -I/usr/include/mysql
13 13
14LDADD = 14LDADD =
15 15
@@ -115,7 +115,7 @@ $(builddir)/.deps: depend
115 115
116depend: $(SOURCES) $(HEADERS) 116depend: $(SOURCES) $(HEADERS)
117 if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ 117 if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \
118 $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(srcdir)/*.c > $(builddir)/.deps || true; \ 118 $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) $(srcdir)/*.c > $(builddir)/.deps || true; \
119 fi 119 fi
120 120
121include $(builddir)/.deps 121include $(builddir)/.deps