From 5d4deb7c304b860d7501b04cdf1185df274ab83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 10 Sep 2010 15:01:21 +0300 Subject: auth-snmp: record logins to authdb with additional info. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3