From 11ff809614169d26efaf9c0d0a30185cf971730c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 14 Aug 2009 15:31:16 +0200 Subject: Added a user struct which is stored in a hash table. User nicks are hashed using the sdbm hash function. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92d2043..680b520 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS += $(shell pkg-config --cflags libconfig) CFLAGS += $(shell pcre-config --cflags) LDFLAGS += $(shell pkg-config --libs libconfig) LDFLAGS += $(shell pcre-config --libs) -OBJECTS = main.o config.o regexset.o channel.o +OBJECTS = main.o config.o regexset.o channel.o user.o TARGET = ircstats all: $(TARGET) -- cgit v1.2.3