diff options
author | Edward Rudd | 2004-01-06 00:45:57 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-06 00:45:57 +0000 |
commit | 417afc1671669fc9ba79410546c6ddfe242f2f4a (patch) | |
tree | 2e699d275325eea57975f4eb081e0726c84ee37c /Makefile.in | |
parent | 60f9107f5a4e68f6a4f22721cc4f43fb8575807f (diff) |
fixed SSL cflag inclusion1.92
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 7c00d0a..7a77d6d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -60,7 +60,7 @@ all-subdirs install-subdirs update-subdirs clean-subdirs distclean-subdirs: | |||
60 | done; \ | 60 | done; \ |
61 | 61 | ||
62 | $(TARGET): | 62 | $(TARGET): |
63 | @APXS_BIN@ -c -o @PACKAGE_NAME@.la $(INCLUDES) $(CFLAGS) $(LDADD) @DEFS@ $(SOURCES) | 63 | @APXS_BIN@ -c -o @PACKAGE_NAME@.la $(INCLUDES) @MOD_SSL_CFLAGS@ $(CFLAGS) $(LDADD) @DEFS@ $(SOURCES) |
64 | 64 | ||
65 | include: | 65 | include: |
66 | rm -rf include | 66 | rm -rf include |
@@ -112,7 +112,7 @@ $(builddir)/.deps: depend | |||
112 | 112 | ||
113 | depend: $(SOURCES) $(HEADERS) | 113 | depend: $(SOURCES) $(HEADERS) |
114 | if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ | 114 | if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ |
115 | $(CC) -MM -I@APACHE_INCDIR@ $(INCLUDES) -DHAVE_CONFIG_H $(srcdir)/*.c > $(builddir)/.deps || true; \ | 115 | $(CC) -MM -I@APACHE_INCDIR@ @MOD_SSL_CFLAGS@ $(INCLUDES) -DHAVE_CONFIG_H $(srcdir)/*.c > $(builddir)/.deps || true; \ |
116 | fi | 116 | fi |
117 | 117 | ||
118 | include $(builddir)/.deps | 118 | include $(builddir)/.deps |