diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index a95eadd7b..4c3fc8947 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -32,7 +32,8 @@ libcommon_a_SOURCES = \ errors.c errors.h \ maperror.c \ sysutils.c sysutils.h \ - no-pth.c + no-pth.c \ + cryptmiss.c libcommon_a_LIBADD = @LIBOBJS@ |