Changeset 2c7df62 for tests/Makefile


Ignore:
Timestamp:
2006-12-06T12:15:09Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
6a90967
Parents:
7740c4c
Message:

Fix testsuite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r7740c4c r2c7df62  
    99        rm -f check *.o
    1010
    11 main_objs = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o url.o user.o util.o
     11main_objs = 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_xml.o storage_text.o user.o
    1212
    1313test_objs = check.o check_util.o check_nick.o
    1414
    15 check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o
     15check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
    1616        @echo '*' Linking $@
    1717        @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
Note: See TracChangeset for help on using the changeset viewer.