diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-12 21:02:03 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-02-12 21:02:03 +1300 |
commit | f665dabdff831743ea35e755b6ec1e2fe2551d9c (patch) | |
tree | 50e2977326230982ac72300e78a0cb5050f0a717 /Makefile | |
parent | 5ebe625399d5116e222d6389434f645e906265ec (diff) |
Initial work on new LDB-based storage backend
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |