summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-08-22 17:54:51 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-08-22 17:54:51 +0300
commit29331f1c5e940499f282aea8155b89fae69f3fb8 (patch)
tree08e2b1ba23017ab72fb02d6eea9df43989258162 /Makefile
parent15d76c3469dc6a98db1dab022aa2254bb8f5fbdb (diff)
downloadsquark-29331f1c5e940499f282aea8155b89fae69f3fb8.tar.bz2
squark-29331f1c5e940499f282aea8155b89fae69f3fb8.tar.xz
auth: rename to squark-auth-snmp
Will implement 'captive portal' style authentication with separate DB later.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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