From 94e3f46ef6c976f6bbd670555262ec6466314d8a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 26 Sep 2010 00:37:40 +0200 Subject: Example client crafting simple packet using freeradius-libradius. --- lib/examples/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/examples/Makefile') diff --git a/lib/examples/Makefile b/lib/examples/Makefile index abced14..1817d90 100644 --- a/lib/examples/Makefile +++ b/lib/examples/Makefile @@ -5,5 +5,8 @@ all: blocking.o blocking.o: blocking.c blocking.h ../libradsec-base.h ../libradsec.h $(CC) $(CFLAGS) -c -I .. $^ +client: client.c ../radsec.o ../libradsec.h ../debug.h + $(CC) $(CFLAGS) -o $@ -L /usr/lib/freeradius -lfreeradius-radius $^ + clean: -rm *.o -- cgit v1.1