diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-02-11 16:44:07 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-02-11 16:44:07 +0100 |
commit | 0eb67a0ad70d0ce4ba82c131ece4da3107cf3a68 (patch) | |
tree | ba07d5ca913909eafd751175a354d4dfd673529b /lib/Makefile.am | |
parent | fc3cd68fd48533eecc95bac8cdd1eaefee469143 (diff) |
Compile confutil.c too.
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 af4ae4c..ebbe6cf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,6 +28,7 @@ libradsec_la_SOURCES = \ avp.c \ compat.c \ conf.c \ + confutil.c \ conn.c \ debug.c \ err.c \ |