summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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