From ade5e948783377dfb7820f8ba8957fe9ae0e3147 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 1 Apr 2005 17:08:31 +0000 Subject: Added nonblocking dns *** BUG BUG BUG - If dns is slow, things will go wrong!!!! do not use this on a live net without accepting the risk involved! *** Will be fixed by next commit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@938 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 47b7c99bf..adeab47e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,8 +7,8 @@ CC = im a cheezeball -SRC_1 = base.cpp inspircd.cpp inspircd_util.cpp inspircd_io.cpp connection.cpp message.cpp commands.cpp -SRC_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp channels.cpp mode.cpp xline.cpp inspstring.cpp +SRC_1 = base.cpp inspircd.cpp inspircd_util.cpp inspircd_io.cpp connection.cpp message.cpp commands.cpp dnsqueue.cpp +SRC_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp channels.cpp mode.cpp xline.cpp inspstring.cpp dns.cpp SRC = $(SRC_1) $(SRC_2) OBJS = $(SRC:.cpp=.o) -- cgit v1.2.3