Changes in Makefile [e62762b:4146a07]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re62762b r4146a07 10 10 11 11 # Program variables 12 objects = account.o bitlbee.o commands.o c onf.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.o12 objects = account.o bitlbee.o commands.o crypting.o help.o ini.o irc.o nick.o query.o set.o url.o user.o storage_text.o storage.o 13 13 subdirs = protocols 14 15 ifeq ($(ARCH),Windows) 16 objects += win32.o 17 else 18 objects += unix.o conf.o log.o 19 endif 14 20 15 21 # Expansion of variables
Note: See TracChangeset
for help on using the changeset viewer.