comparison 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
comparison
equal deleted inserted replaced
6746:c45c90c8ce8a 6747:82348b5ab87e
42 win32/nsis/translations/simp-chinese.nsh \ 42 win32/nsis/translations/simp-chinese.nsh \
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
48 if USE_NSS
49 SSLSOURCES = ssl-nss.c
50 endif
51
52 if USE_GNUTLS
53 SSLSOURCES = ssl-gnutls.c
54 endif
55 47
56 CORESOURCES = \ 48 CORESOURCES = \
57 $(SSLSOURCES) \ 49 $(SSLSOURCES) \
58 account.c \ 50 account.c \
59 account.h \ 51 account.h \
98 signals.h \ 90 signals.h \
99 status.c \ 91 status.c \
100 status.h \ 92 status.h \
101 sound.c \ 93 sound.c \
102 sound.h \ 94 sound.h \
95 ssl-gnutls.c \
96 ssl-nss.c \
103 sslconn.c \ 97 sslconn.c \
104 sslconn.h \ 98 sslconn.h \
105 util.c \ 99 util.c \
106 util.h \ 100 util.h \
107 value.c \ 101 value.c \