From 15d76c3469dc6a98db1dab022aa2254bb8f5fbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 22 Aug 2010 17:53:22 +0300 Subject: db: rename squarkdb to filterdb will need authentication db later too. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c5633f..51d9e56 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,10 @@ all: $(TARGETS) squark-auth: squark-auth.o blob.o $(CC) -o $@ $^ $(NETSNMP_LIBS) -squark-filter: squark-filter.o squarkdb.o blob.o +squark-filter: squark-filter.o filterdb.o blob.o $(CC) -o $@ $^ $(CMPH_LIBS) -squarkdb.so: lua-squarkdb.o squarkdb.o blob.o +squarkdb.so: lua-squarkdb.o filterdb.o blob.o $(CC) -shared -o $@ $^ $(LUA_LIBS) $(CMPH_LIBS) clean: -- cgit v1.2.3