diff options
author | Linus Nordberg <linus@nordu.net> | 2011-02-28 11:46:14 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-02-28 11:46:14 +0100 |
commit | 9e601f905d91f55c7a36f15fe5998d694c38444f (patch) | |
tree | d01ef4bbdafa4185517a4ca86cce2ac30213a7f4 /lib/Makefile.am | |
parent | 2befa02ee876e83a8f8849388e61250e74d75eaf (diff) |
API changes: rs_client* --> rs_peer.
Move peer (former server) things to new file peer.c.
Update examples.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d43198b..311d3cc 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,6 +15,7 @@ libradsec_la_SOURCES = \ debug.c \ err.c \ packet.c \ + peer.c \ radsec.c \ request.c |