diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-19 19:17:42 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-19 19:17:42 +0200 |
commit | c62b9e147af51d77089d04de6763916fb76b1a2d (patch) | |
tree | 9f1c6077dfd84522dfbcef8d558a10dfe8d6b090 /lib/Makefile.am | |
parent | 88adb3a99af7ac04c5f07174acdd54fbf13fee01 (diff) |
Move connection related functions to conn.c.
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 6f01c9a..5d7cd0a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,6 +9,7 @@ lib_LTLIBRARIES = libradsec.la libradsec_la_SOURCES = \ attr.c \ conf.c \ + conn.c \ debug.c \ err.c \ packet.c \ |