Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/Makefile

    ra51be64 r5997488  
    1010
    1111# [SH] Program variables
    12 objects = expat.o hashtable.o jid.o jpacket.o jutil.o log.o pool.o str.o xmlnode.o xmlparse.o xmlrole.o xmltok.o jabber.o
     12objects = io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o xmltree.o
    1313
    1414CFLAGS += -Wall
     
    1717# [SH] Phony targets
    1818all: jabber_mod.o
    19 check: all
    20 gcov:
    21         gcov *.c
    2219
    2320.PHONY: all clean distclean
Note: See TracChangeset for help on using the changeset viewer.