Changeset dcf0f3e
- Timestamp:
- 2007-02-18T22:46:50Z (18 years ago)
- Branches:
- master
- Children:
- 21782b3
- Parents:
- 34337a7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r34337a7 rdcf0f3e 45 45 rm -f Makefile.settings config.h bitlbee.pc 46 46 find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \; 47 $(MAKE) -C test distclean47 $(MAKE) -C tests distclean 48 48 49 49 check: all -
doc/CHANGES
r34337a7 rdcf0f3e 1 Version x.x:1 Version 1.1: (1.1.x will be a (hopefully short) development release) 2 2 - Added ForkDaemon mode next to the existing Daemon- and inetd modes. With 3 3 ForkDaemon you can run BitlBee as a stand-alone daemon and every connection -
tests/Makefile
r34337a7 rdcf0f3e 1 include ../Makefile.settings1 -include ../Makefile.settings 2 2 3 3 LFLAGS +=-lcheck … … 8 8 clean: 9 9 rm -f check *.o 10 11 distclean: clean 10 12 11 13 main_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
Note: See TracChangeset
for help on using the changeset viewer.