diff options
author | Michal Marek <mmarek@suse.cz> | 2008-03-31 12:09:43 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2008-03-31 12:09:43 +0000 |
commit | d13be06aaa918f7098570f7f0f7a2a600a48d9a0 (patch) | |
tree | d05998333a3b00b5d7050e52658224378ef0afe4 /lib/Makefile.am | |
parent | f1c69192da0a7326329629550795101e40092438 (diff) |
Removed the generated ca-bundle.h file. The verbatim value of $ca and
$capath is known to configure, so it can be defined in config.h instead.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 350931df0..c7e810860 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -101,30 +101,6 @@ libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) WIN32SOURCES = $(CSOURCES) WIN32HEADERS = $(HHEADERS) config-win32.h -BUILT_SOURCES = $(top_builddir)/lib/ca-bundle.h - -$(top_builddir)/lib/ca-bundle.h: Makefile.in Makefile - @if test -f $@; then \ - chmod 0644 $@; \ - fi - echo "/* This file is generated automatically */" > $@ -if CABUNDLE - echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@ -else - echo '#undef CURL_CA_BUNDLE /* unknown default path */' >> $@ -endif -if CAPATH - echo '#define CURL_CA_PATH @CURL_CA_PATH@' >> $@ -else - echo '#undef CURL_CA_PATH /* unknown default path */' >>$@ -endif - -# this hook is mainly for non-unix systems to build even if configure -# isn't run -dist-hook: - chmod 0644 $(distdir)/ca-bundle.h - echo "/* ca bundle path set in here*/" > $(distdir)/ca-bundle.h - DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP) VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ) |