summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: