Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/Makefile

    r5997488 ra51be64  
    1010
    1111# [SH] Program variables
    12 objects = io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o xmltree.o
     12objects = 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
    1313
    1414CFLAGS += -Wall
     
    1717# [SH] Phony targets
    1818all: jabber_mod.o
     19check: all
     20gcov:
     21        gcov *.c
    1922
    2023.PHONY: all clean distclean
Note: See TracChangeset for help on using the changeset viewer.