diff src/Makefile.am @ 6747:82348b5ab87e

[gaim-migrate @ 7279] Waaahhh, I'm automake. I don't want to include a conditional variable in my list of sources. That would be too much work for me, so I'll complain instead! Poor me! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 04 Sep 2003 23:33:28 +0000
parents 43f540b0d630
children 4f6c8a696f2e
line wrap: on
line diff
--- a/src/Makefile.am	Thu Sep 04 23:31:53 2003 +0000
+++ b/src/Makefile.am	Thu Sep 04 23:33:28 2003 +0000
@@ -45,14 +45,6 @@
 
 SUBDIRS = protocols
 
-if USE_NSS
-SSLSOURCES = ssl-nss.c
-endif
-
-if USE_GNUTLS
-SSLSOURCES = ssl-gnutls.c
-endif
-
 CORESOURCES = \
 	$(SSLSOURCES) \
 	account.c \
@@ -100,6 +92,8 @@
 	status.h \
 	sound.c \
 	sound.h \
+	ssl-gnutls.c \
+	ssl-nss.c \
 	sslconn.c \
 	sslconn.h \
 	util.c \