diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 11277ca20..bc063ec16 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -102,7 +102,7 @@ common_sources = \ if HAVE_W32_SYSTEM -common_sources += w32-reg.c +common_sources += w32-reg.c w32-misc.c endif # To make the code easier to read we have split home some code into @@ -168,7 +168,7 @@ 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-strlist \ - t-name-value t-ccparray t-recsel + t-name-value t-ccparray t-recsel t-w32-cmdline if !HAVE_W32CE_SYSTEM module_tests += t-exechelp t-exectool endif @@ -222,6 +222,9 @@ t_name_value_LDADD = $(t_common_ldadd) t_ccparray_LDADD = $(t_common_ldadd) t_recsel_LDADD = $(t_common_ldadd) +t_w32_cmdline_SOURCES = t-w32-cmdline.c w32-misc.c $(t_extra_src) +t_w32_cmdline_LDADD = $(t_common_ldadd) + # System specific test if HAVE_W32_SYSTEM t_w32_reg_SOURCES = t-w32-reg.c $(t_extra_src) |