# HG changeset patch # User Christian Hammond # Date 1062690429 0 # Node ID b3a0b79131dd3476c4504a3e2807512d00304b89 # Parent 1c06bdded08c7db8534f9214d6db7b807f91a1a8 [gaim-migrate @ 7273] Revertinating the countryside. committer: Tailor Script diff -r 1c06bdded08c -r b3a0b79131dd src/Makefile.am --- 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 = \