diff options
author | corvid <devnull@localhost> | 2015-05-08 17:38:36 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-05-08 17:38:36 +0000 |
commit | b55ec9f978807cccd7de1da79e2ab91b583081bd (patch) | |
tree | 14d8eafc660ae7bf7f1688cce1b5e6b975ef6b40 /src/IO/Makefile.am | |
parent | acd92fd0082d3cdcab5fd407d6576963ce71e334 (diff) |
https: the rest :)
Normally I really like to make commits in small pieces that all compile
and make sense in isolation, but with this https work, the effort vs the
reward just wasn't going to make sense.
Diffstat (limited to 'src/IO/Makefile.am')
-rw-r--r-- | src/IO/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/IO/Makefile.am b/src/IO/Makefile.am index c889dae8..ff600521 100644 --- a/src/IO/Makefile.am +++ b/src/IO/Makefile.am @@ -1,6 +1,9 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ - -DDILLO_BINDIR='"$(bindir)/"' + -DDILLO_BINDIR='"$(bindir)/"' \ + -DCA_CERTS_FILE='"@CA_CERTS_FILE@"' \ + -DCA_CERTS_DIR='"@CA_CERTS_DIR@"' + AM_CFLAGS = @LIBFLTK_CFLAGS@ AM_CXXFLAGS = @LIBFLTK_CXXFLAGS@ @@ -12,6 +15,8 @@ libDiof_a_SOURCES = \ about.c \ Url.h \ http.c \ + ssl.h \ + ssl.c \ dpi.c \ IO.c \ iowatch.cc \ |