diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 8e3dc68d3..11dc79ae1 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -34,7 +34,11 @@ libcommon_a_SOURCES = \ sysutils.c sysutils.h \ cryptmiss.c \ gettime.c \ + yesno.c \ + miscellaneous.c \ membuf.c membuf.h \ + iobuf.c iobuf.h \ + ttyio.c ttyio.h \ signal.c |