~vcs-imports-ii/bitlbee/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Wilmer van der Gaast
  • Date: 2006-06-25 12:15:42 UTC
  • mto: (136.6.49 new-jabber)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: wilmer@gaast.net-20060625121542-b97345b6af70209f
Moving all generic files to lib/ instead of having some in / and some in
protocols/, and adding RC4 code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
-include Makefile.settings
10
10
 
11
11
# Program variables
12
 
objects = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o storage_xml.o unix.o url.o user.o util.o
 
12
objects = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o storage_xml.o unix.o user.o
13
13
headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ini.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h url.h user.h protocols/http_client.h protocols/md5.h protocols/nogaim.h protocols/proxy.h protocols/sha.h protocols/ssl_client.h
14
 
subdirs = protocols
 
14
subdirs = protocols lib
15
15
 
16
16
objects += $(LDAP_OBJ)
17
17