From 29331f1c5e940499f282aea8155b89fae69f3fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 22 Aug 2010 17:54:51 +0300 Subject: auth: rename to squark-auth-snmp Will implement 'captive portal' style authentication with separate DB later. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51d9e56..55f0d96 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGETS=squark-auth squark-filter squarkdb.so +TARGETS=squark-auth-snmp squark-filter squarkdb.so NETSNMP_CFLAGS:=$(shell net-snmp-config --cflags) NETSNMP_LIBS:=$(shell net-snmp-config --libs) @@ -12,7 +12,7 @@ CFLAGS=-g -I. $(NETSNMP_CFLAGS) $(LUA_CFLAGS) $(CMPH_CFLAGS) -std=gnu99 -D_GNU_S all: $(TARGETS) -squark-auth: squark-auth.o blob.o +squark-auth-snmp: squark-auth-snmp.o blob.o $(CC) -o $@ $^ $(NETSNMP_LIBS) squark-filter: squark-filter.o filterdb.o blob.o -- cgit v1.2.3