summaryrefslogtreecommitdiff
path: root/lib/examples/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2010-09-29 15:52:39 +0200
committerLinus Nordberg <linus@nordu.net>2010-09-29 15:52:39 +0200
commitb10a02e5f3a7dd184ada869015e438e63bca52bf (patch)
tree70c74d012d2a89c1a1efefa5afc0787de0b84368 /lib/examples/Makefile
parente2633633030e62994ca41ff62006e3e40517c73a (diff)
WIP -- connecting and sending a packet using libevent.
Diffstat (limited to 'lib/examples/Makefile')
-rw-r--r--lib/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/examples/Makefile b/lib/examples/Makefile
index a9876da..f9f2ee1 100644
--- a/lib/examples/Makefile
+++ b/lib/examples/Makefile
@@ -6,7 +6,7 @@ blocking.o: blocking.c blocking.h ../libradsec-base.h ../libradsec.h
$(CC) $(CFLAGS) -c -I .. $^
client: client.c ../libradsec.a ../libradsec.h ../libradsec-impl.h
- $(CC) $(CFLAGS) -o $@ $< -L /usr/lib/freeradius -lfreeradius-radius -L .. -lradsec -L /usr/local/lib -levent
+ $(CC) $(CFLAGS) -o $@ $< -L /usr/lib/freeradius -lfreeradius-radius -L .. -lradsec -L /usr/local/lib -levent_core
clean:
-rm *.o client