diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 | ||
10 | CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing | 10 | CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing |
11 | 11 | ||
12 | INCLUDES = | 12 | INCLUDES = -I/usr/include/mysql |
13 | 13 | ||
14 | LDADD = | 14 | LDADD = |
15 | 15 | ||
@@ -115,7 +115,7 @@ $(builddir)/.deps: depend | |||
115 | 115 | ||
116 | depend: $(SOURCES) $(HEADERS) | 116 | depend: $(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 | ||
121 | include $(builddir)/.deps | 121 | include $(builddir)/.deps |