aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-02-12 21:02:03 +1300
committerJelmer Vernooij <jelmer@samba.org>2006-02-12 21:02:03 +1300
commitf665dabdff831743ea35e755b6ec1e2fe2551d9c (patch)
tree50e2977326230982ac72300e78a0cb5050f0a717 /Makefile
parent5ebe625399d5116e222d6389434f645e906265ec (diff)
Initial work on new LDB-based storage backend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 295fe69e..a32c2639 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@
objects = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o unix.o url.o user.o util.o
subdirs = protocols
+objects += $(LDB_OBJ)
+
# Expansion of variables
subdirobjs = $(foreach dir,$(subdirs),$(dir)/$(dir).o)
CFLAGS += -Wall