diff options
Diffstat (limited to '')
-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 4c3fc8947..85dcfe285 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -33,7 +33,8 @@ libcommon_a_SOURCES = \ maperror.c \ sysutils.c sysutils.h \ no-pth.c \ - cryptmiss.c + cryptmiss.c \ + gettime.c libcommon_a_LIBADD = @LIBOBJS@ |