aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-02-18 22:46:50 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-02-18 22:46:50 +0000
commitdcf0f3e77ffd38ce3cc5d3c1eedfc655ff75a8f9 (patch)
tree7e4570994b3f9f8d9b9f155f1b12078c24772397
parent34337a71b8d8ad7d50fdf1152efbe5c3dde4bb90 (diff)
Fixed Makefiles (make distclean was completely broken).
-rw-r--r--Makefile2
-rw-r--r--doc/CHANGES2
-rw-r--r--tests/Makefile4
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3044d9b2..27d420a8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean: $(subdirs)
distclean: clean $(subdirs)
rm -f Makefile.settings config.h bitlbee.pc
find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
- $(MAKE) -C test distclean
+ $(MAKE) -C tests distclean
check: all
$(MAKE) -C tests
diff --git a/doc/CHANGES b/doc/CHANGES
index 567a8ae6..4c1d2ece 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-Version x.x:
+Version 1.1: (1.1.x will be a (hopefully short) development release)
- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
will run in its own process. No more need to configure inetd, and still you
diff --git a/tests/Makefile b/tests/Makefile
index 9dd3df7c..588bae61 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.settings
+-include ../Makefile.settings
LFLAGS +=-lcheck
@@ -8,6 +8,8 @@ all: check
clean:
rm -f check *.o
+distclean: clean
+
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
test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o