diff src/Makefile.am @ 6740:1c06bdded08c

[gaim-migrate @ 7272] Conditionally support THIS, automake! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 04 Sep 2003 15:42:37 +0000
parents 6c95f01aaf49
children b3a0b79131dd
line wrap: on
line diff
--- a/src/Makefile.am	Thu Sep 04 07:17:43 2003 +0000
+++ b/src/Makefile.am	Thu Sep 04 15:42:37 2003 +0000
@@ -45,12 +45,14 @@
 
 SUBDIRS = protocols
 
+SSLSOURCES =
+
 if USE_NSS
-SSLSOURCES = ssl-nss.c
+SSLSOURCES += ssl-nss.c
 endif
 
 if USE_GNUTLS
-SSLSOURCES = ssl-gnutls.c
+SSLSOURCES += ssl-gnutls.c
 endif
 
 CORESOURCES = \