diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-29 10:53:01 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-29 10:53:01 +0200 |
commit | e2633633030e62994ca41ff62006e3e40517c73a (patch) | |
tree | 60d68506aac2dd1499f19f766c8fc5a26a96a231 /lib/examples/Makefile | |
parent | 7ef1fda097c5c96e201d50db2892d1c2354eb6d4 (diff) |
WIP -- resolving, crafting packet.
Diffstat (limited to 'lib/examples/Makefile')
-rw-r--r-- | lib/examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/examples/Makefile b/lib/examples/Makefile index ceb97f1..a9876da 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 + $(CC) $(CFLAGS) -o $@ $< -L /usr/lib/freeradius -lfreeradius-radius -L .. -lradsec -L /usr/local/lib -levent clean: - -rm *.o + -rm *.o client |