changeset 6741:b3a0b79131dd

[gaim-migrate @ 7273] Revertinating the countryside. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 04 Sep 2003 15:47:09 +0000
parents 1c06bdded08c
children d93c6a1fadf2
files src/Makefile.am
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Thu Sep 04 15:42:37 2003 +0000
+++ b/src/Makefile.am	Thu Sep 04 15:47:09 2003 +0000
@@ -45,17 +45,16 @@
 
 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 = \
+	$(SSLSOURCES) \
 	account.c \
 	account.h \
 	accountopt.c \
@@ -107,7 +106,6 @@
 	util.h \
 	value.c \
 	value.h \
-	$(SSLSOURCES)
 
 bin_PROGRAMS = gaim gaim-remote
 gaim_SOURCES = \