comparison src/Makefile.am @ 10684:72a5babfa8b4

[gaim-migrate @ 12231] the cipher api that grim has been working on for ages is finally done!! big congrats and thanks to him!! lots of modified files in this commit. it builds here. moved the md5 files to src/protocols/oscar so that it continues to depend on nothing in gaim. everything else uses the new centralized cipher api. I'm not sure if src/md5.* needs to be removed or not, so I left it there. someone let me know or do it directly. someone check if these need to be added to potfiles.in and let there be much rejoicing! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 11 Mar 2005 13:05:31 +0000
parents 868aafbe859b
children d0d1d631ed49
comparison
equal deleted inserted replaced
10683:e11f3e1599d4 10684:72a5babfa8b4
63 gaim_coresources = \ 63 gaim_coresources = \
64 account.c \ 64 account.c \
65 accountopt.c \ 65 accountopt.c \
66 blist.c \ 66 blist.c \
67 buddyicon.c \ 67 buddyicon.c \
68 cipher.c \
68 cmds.c \ 69 cmds.c \
69 connection.c \ 70 connection.c \
70 conversation.c \ 71 conversation.c \
71 core.c \ 72 core.c \
72 debug.c \ 73 debug.c \
73 desktopitem.c \ 74 desktopitem.c \
74 eventloop.c \ 75 eventloop.c \
75 ft.c \ 76 ft.c \
76 imgstore.c \ 77 imgstore.c \
77 log.c \ 78 log.c \
78 md5.c \
79 network.c \ 79 network.c \
80 notify.c \ 80 notify.c \
81 plugin.c \ 81 plugin.c \
82 pluginpref.c \ 82 pluginpref.c \
83 pounce.c \ 83 pounce.c \
88 prpl.c \ 88 prpl.c \
89 request.c \ 89 request.c \
90 roomlist.c \ 90 roomlist.c \
91 savedstatuses.c \ 91 savedstatuses.c \
92 server.c \ 92 server.c \
93 sha.c \
94 signals.c \ 93 signals.c \
95 status.c \ 94 status.c \
96 stringref.c \ 95 stringref.c \
97 sound.c \ 96 sound.c \
98 sslconn.c \ 97 sslconn.c \
103 gaim_coreheaders = \ 102 gaim_coreheaders = \
104 account.h \ 103 account.h \
105 accountopt.h \ 104 accountopt.h \
106 blist.h \ 105 blist.h \
107 buddyicon.h \ 106 buddyicon.h \
107 cipher.h \
108 cmds.h \ 108 cmds.h \
109 connection.h \ 109 connection.h \
110 conversation.h \ 110 conversation.h \
111 core.h \ 111 core.h \
112 debug.h \ 112 debug.h \
113 desktopitem.h \ 113 desktopitem.h \
114 eventloop.h \ 114 eventloop.h \
115 ft.h \ 115 ft.h \
116 imgstore.h \ 116 imgstore.h \
117 log.h \ 117 log.h \
118 md5.h \
119 network.h \ 118 network.h \
120 notify.h \ 119 notify.h \
121 plugin.h \ 120 plugin.h \
122 pluginpref.h \ 121 pluginpref.h \
123 pounce.h \ 122 pounce.h \
128 prpl.h \ 127 prpl.h \
129 request.h \ 128 request.h \
130 roomlist.h \ 129 roomlist.h \
131 savedstatuses.h \ 130 savedstatuses.h \
132 server.h \ 131 server.h \
133 sha.h \
134 signals.h \ 132 signals.h \
135 status.h \ 133 status.h \
136 stringref.h \ 134 stringref.h \
137 sound.h \ 135 sound.h \
138 sslconn.h \ 136 sslconn.h \