diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-03 15:39:08 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-03 15:39:08 +0200 |
commit | 81aa93c41def5b73bc5523de852c429355926e93 (patch) | |
tree | 7dd4a5fefc3eab83335f589d876f1f8a1d9e4ad0 /lib/Makefile | |
parent | cd0913e7b18d5942c12bc987b89d6b6246557569 (diff) |
WIP
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index cb64ed4..c622dc2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -4,6 +4,7 @@ OFILES = attr.o \ debug.o \ err.o \ packet.o \ + request.o \ radsec.o all: libradsec.a |