comparison src/Makefile.am @ 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 43f540b0d630
comparison
equal deleted inserted replaced
6740:1c06bdded08c 6741:b3a0b79131dd
43 win32/nsis/translations/swedish.nsh \ 43 win32/nsis/translations/swedish.nsh \
44 win32/nsis/translations/trad-chinese.nsh 44 win32/nsis/translations/trad-chinese.nsh
45 45
46 SUBDIRS = protocols 46 SUBDIRS = protocols
47 47
48 SSLSOURCES =
49
50 if USE_NSS 48 if USE_NSS
51 SSLSOURCES += ssl-nss.c 49 SSLSOURCES = ssl-nss.c
52 endif 50 endif
53 51
54 if USE_GNUTLS 52 if USE_GNUTLS
55 SSLSOURCES += ssl-gnutls.c 53 SSLSOURCES = ssl-gnutls.c
56 endif 54 endif
57 55
58 CORESOURCES = \ 56 CORESOURCES = \
57 $(SSLSOURCES) \
59 account.c \ 58 account.c \
60 account.h \ 59 account.h \
61 accountopt.c \ 60 accountopt.c \
62 accountopt.h \ 61 accountopt.h \
63 blist.c \ 62 blist.c \
105 sslconn.h \ 104 sslconn.h \
106 util.c \ 105 util.c \
107 util.h \ 106 util.h \
108 value.c \ 107 value.c \
109 value.h \ 108 value.h \
110 $(SSLSOURCES)
111 109
112 bin_PROGRAMS = gaim gaim-remote 110 bin_PROGRAMS = gaim gaim-remote
113 gaim_SOURCES = \ 111 gaim_SOURCES = \
114 $(CORESOURCES) \ 112 $(CORESOURCES) \
115 about.c \ 113 about.c \