Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/Makefile

    rf60079b radd23a2  
    88
    99-include ../../Makefile.settings
    10 ifdef SRCDIR
    11 SRCDIR := $(SRCDIR)protocols/jabber/
    12 endif
    1310
    1411# [SH] Program variables
    15 objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o s5bytestream.o sasl.o si.o
     12objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o
    1613
    1714CFLAGS += -Wall
     
    3633$(objects): ../../Makefile.settings Makefile
    3734
    38 $(objects): %.o: $(SRCDIR)%.c
     35$(objects): %.o: %.c
    3936        @echo '*' Compiling $<
    4037        @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.