diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 3eb6342c5..960712c4e 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -33,7 +33,9 @@ libcommon_a_SOURCES = \ maperror.c \ sysutils.c sysutils.h \ cryptmiss.c \ - gettime.c + gettime.c \ + signal.c + libcommon_a_LIBADD = @LIBOBJS@ |