Changeset 4146a07 for Makefile


Ignore:
Timestamp:
2005-12-17T01:25:32Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
643dfc4
Parents:
bd69a21
Message:

Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rbd69a21 r4146a07  
    1010
    1111# Program variables
    12 objects = account.o bitlbee.o commands.o crypting.o help.o ini.o irc.o log.o nick.o query.o set.o url.o user.o storage_text.o storage.o
     12objects = 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
    1313subdirs = protocols
    1414
     
    1616objects += win32.o
    1717else
    18 objects += unix.o conf.o
     18objects += unix.o conf.o log.o
    1919endif
    2020
Note: See TracChangeset for help on using the changeset viewer.