Changes in Makefile [6a72a57:fc5cf88]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r6a72a57 rfc5cf88 10 10 11 11 # Program variables 12 objects = account.o bitlbee.o c rypting.o help.o ipc.o irc.o irc_commands.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS)user.o12 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_OBJS) unix.o user.o 13 13 headers = account.h bitlbee.h commands.h conf.h config.h crypting.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/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/nogaim.h 14 14 subdirs = lib protocols 15 16 ifeq ($(TARGET),i586-mingw32msvc)17 objects += win32.o18 LFLAGS+=-lws2_3219 EFLAGS+=-lsecur3220 OUTFILE=bitlbee.exe21 else22 objects += unix.o conf.o log.o23 OUTFILE=bitlbee24 endif25 15 26 16 # Expansion of variables
Note: See TracChangeset
for help on using the changeset viewer.