diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2009-08-21 02:36:28 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2009-08-21 02:36:28 +0200 |
commit | 07e2208a51d7bc64d4639c6eb56a4c33d8d87d7d (patch) | |
tree | e8c07df5f7218452eae4efc931c54efd4965477e /Makefile | |
parent | 131f5592347929c3d28a4a9406e242e2cfdd5db9 (diff) |
Added structs and functions for nick grouping.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |