diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-26 10:03:42 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-26 10:08:02 +0200 |
commit | a8609e55bd16b14a888535a7e2659b3217a9d1c7 (patch) | |
tree | 7a505f73b7372895179676866ac0a5868f7ac545 /lib/Makefile.am | |
parent | 9b9df4b9bfc3550fdcf61f173711603c27bf48f6 (diff) |
Add util.h and util.c.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 294f04e..6b31435 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -37,7 +37,8 @@ libradsec_la_SOURCES = \ request.c \ send.c \ tcp.c \ - udp.c + udp.c \ + util.c libradsec_la_SOURCES += \ rsp_debug.c \ @@ -52,4 +53,4 @@ libradsec_la_SOURCES += \ endif libradsec_la_LDFLAGS = -version-info 0:0:0 -export-symbols radsec.sym -libradsec_la_CFLAGS = $(AM_CFLAGS) -Werror # -DDEBUG -DDEBUG_LEVENT +libradsec_la_CFLAGS = $(AM_CFLAGS) -DDEBUG -DDEBUG_LEVENT |