diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index f84cea17b..678e1a269 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -85,7 +85,8 @@ common_sources = \ ssh-utils.c ssh-utils.h \ agent-opt.c \ helpfile.c \ - mkdir_p.c mkdir_p.h + mkdir_p.c mkdir_p.h \ + strlist.c strlist.h if HAVE_W32_SYSTEM common_sources += w32-reg.c w32-afunix.c w32-afunix.h @@ -150,7 +151,7 @@ endif module_tests = t-stringhelp t-timestuff \ t-convert t-percent t-gettime t-sysutils t-sexputil \ t-session-env t-openpgp-oid t-ssh-utils \ - t-mapstrings t-zb32 t-mbox-util t-iobuf + t-mapstrings t-zb32 t-mbox-util t-iobuf t-strlist if !HAVE_W32CE_SYSTEM module_tests += t-exechelp endif @@ -198,6 +199,7 @@ t_zb32_LDADD = $(t_common_ldadd) t_mbox_util_LDADD = $(t_common_ldadd) t_iobuf_LDADD = $(t_common_ldadd) +t_strlist_LDADD = $(t_common_ldadd) # System specific test if HAVE_W32_SYSTEM |