comparison libpurple/Makefile.am @ 17910:668a294f9a72

- Added certificate.[ch] and got them integrated into the build
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 01 Jun 2007 23:54:46 +0000
parents 46351036fdb4
children 150689f4b56d
comparison
equal deleted inserted replaced
17909:f7bf776d628a 17910:668a294f9a72
34 purple_coresources = \ 34 purple_coresources = \
35 account.c \ 35 account.c \
36 accountopt.c \ 36 accountopt.c \
37 blist.c \ 37 blist.c \
38 buddyicon.c \ 38 buddyicon.c \
39 certificate.c \
39 cipher.c \ 40 cipher.c \
40 circbuffer.c \ 41 circbuffer.c \
41 cmds.c \ 42 cmds.c \
42 connection.c \ 43 connection.c \
43 conversation.c \ 44 conversation.c \
83 purple_coreheaders = \ 84 purple_coreheaders = \
84 account.h \ 85 account.h \
85 accountopt.h \ 86 accountopt.h \
86 blist.h \ 87 blist.h \
87 buddyicon.h \ 88 buddyicon.h \
89 certificate.h \
88 cipher.h \ 90 cipher.h \
89 circbuffer.h \ 91 circbuffer.h \
90 cmds.h \ 92 cmds.h \
91 connection.h \ 93 connection.h \
92 conversation.h \ 94 conversation.h \