Changes in Makefile [4146a07:e62762b]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r4146a07 re62762b 10 10 11 11 # Program variables 12 objects = account.o bitlbee.o commands.o c rypting.o help.o ini.o irc.o nick.o query.o set.o url.o user.o storage_text.o storage.o12 objects = account.o bitlbee.o commands.o conf.o crypting.o help.o ini.o irc.o log.o nick.o query.o set.o storage.o storage_text.o unix.o url.o user.o util.o 13 13 subdirs = protocols 14 15 ifeq ($(ARCH),Windows)16 objects += win32.o17 else18 objects += unix.o conf.o log.o19 endif20 14 21 15 # Expansion of variables
Note: See TracChangeset
for help on using the changeset viewer.