Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb0a89cc rad2d8bc  
    1010
    1111# Program variables
    12 objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS)
     12objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o otr.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS)
    1313headers = bitlbee.h commands.h conf.h config.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/account.h protocols/bee.h protocols/ft.h protocols/nogaim.h
    1414subdirs = lib protocols
     
    5252
    5353distclean: clean $(subdirs)
    54         rm -rf .depend
    5554        rm -f Makefile.settings config.h bitlbee.pc
    5655        find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
    57         @# May still be present in dirs of disabled protocols.
    58         find . -name .depend | xargs -r rmdir
    5956        $(MAKE) -C tests distclean
    6057
     
    108105        x=$$(basename $$(pwd)); \
    109106        cd ..; \
    110         tar czf $$x.tar.gz --exclude=debian --exclude=.bzr* --exclude=.depend $$x
     107        tar czf $$x.tar.gz --exclude=debian --exclude=.bzr* $$x
    111108
    112109$(subdirs):
     
    134131helloworld:
    135132        @echo Hello World
    136 
    137 -include .depend/*.d
Note: See TracChangeset for help on using the changeset viewer.