summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2009-08-21 02:36:28 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2009-08-21 02:36:28 +0200
commit07e2208a51d7bc64d4639c6eb56a4c33d8d87d7d (patch)
treee8c07df5f7218452eae4efc931c54efd4965477e /Makefile
parent131f5592347929c3d28a4a9406e242e2cfdd5db9 (diff)
Added structs and functions for nick grouping.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34f989a..193627d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CFLAGS += $(shell xml2-config --cflags)
LDFLAGS += $(shell pkg-config --libs libconfig)
LDFLAGS += $(shell pcre-config --libs)
LDFLAGS += $(shell xml2-config --libs)
-OBJECTS = main.o config.o regexset.o channel.o user.o word.o sdbm.o export_xml.o
+OBJECTS = main.o config.o regexset.o channel.o user.o word.o sdbm.o export_xml.o nick.o
TARGET = ircstats
all: $(TARGET)