summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-09-10 15:01:21 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-09-10 15:04:06 +0300
commit5d4deb7c304b860d7501b04cdf1185df274ab83c (patch)
tree94a09630980d24374b32b0c87e6796709ede841b /Makefile
parentccdc549cd2540a19f4bff908555aebb2dc3b7bd5 (diff)
downloadsquark-5d4deb7c304b860d7501b04cdf1185df274ab83c.tar.bz2
squark-5d4deb7c304b860d7501b04cdf1185df274ab83c.tar.xz
auth-snmp: record logins to authdb
with additional info.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c69728..8536d07 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ LIBS+=-lrt
all: $(TARGETS)
-squark-auth-snmp: squark-auth-snmp.o blob.o addr.o
+squark-auth-snmp: squark-auth-snmp.o authdb.o blob.o addr.o
$(CC) -o $@ $^ $(NETSNMP_LIBS) $(LIBS)
squark-auth-ip: squark-auth-ip.o authdb.o blob.o addr.o