summaryrefslogtreecommitdiff
path: root/.cvsignore
diff options
context:
space:
mode:
authoralex <alex>2001-01-23 21:39:05 +0000
committeralex <alex>2001-01-23 21:39:05 +0000
commitd087f7492012c2a0232becdcb4146d525db8fca2 (patch)
tree40539c5cc26f114273f3b781133b01d8a99da65d /.cvsignore
parent06bb60dc2108ceb8f212dc3d81a587eeb7c57a99 (diff)
downloadlibsoup-d087f7492012c2a0232becdcb4146d525db8fca2.tar.gz
libsoup-d087f7492012c2a0232becdcb4146d525db8fca2.tar.bz2
libsoup-d087f7492012c2a0232becdcb4146d525db8fca2.zip
Created from rcs2log.
* ChangeLog: Created from rcs2log. * AUTHORS: Added Dick Porter. * soup.pc.in, soup-config.in, soupConf.sh, soup.m4: Created with a dash of Maintainer Love. * soup.spec.in: RPM spec file. Needs fixing wrt to displaying the OpenSSL license conditionally (if it was statically linked). * Makefile.am: Updated to install new config scripts and macros. * configure.in: add --enable-ssl, --with-ssl=[nss/openssl/none], and --with-nss-prefix=PFX to support choosing of an SSL library to use, even though openssl is the only one currently supported. * src/soup-core/Makefile.am: don't install soup-ssl.h or soup-socks.h, they're internal. * src/soup-core/soup-ssl.c: wrap openssl calls with a conditional to avoid building if --enable-ssl=no or NSS is chosen as the library. soup_get_ssl_iochannel() will print "SSL Not Supported." and return NULL if no library has been chosen. * tests/stress-test.c: make the callback handle errors by requeuing request and not just g_error'ing.
Diffstat (limited to '.cvsignore')
-rw-r--r--.cvsignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index fa2c2d43..718e06c1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -12,6 +12,10 @@ ltconfig
ltmain.sh
Makefile
Makefile.in
+soup.pc
+soup.spec
+soup-config
+soupConf.sh
stamp-h
stamp.h
stamp-h.in