- Timestamp:
- 2010-07-26T23:03:23Z (14 years ago)
- Branches:
- master
- Children:
- a7dbf45
- Parents:
- c6bf805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rc6bf805 r3fa5a8c 11 11 # Program variables 12 12 objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) 13 headers = account.h bitlbee.h commands.h conf.h config.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/ft.h protocols/nogaim.h13 headers = bitlbee.h commands.h conf.h config.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/account.h protocols/ft.h protocols/nogaim.h 14 14 subdirs = lib protocols 15 15
Note: See TracChangeset
for help on using the changeset viewer.