diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 2ef324e18..dd3661dac 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -69,6 +69,7 @@ common_sources = \ pka.c pka.h \ http.c http.h \ localename.c \ + session-env.c session-env.h \ helpfile.c # Sources only useful without PTH. @@ -111,7 +112,8 @@ status-codes.h: Makefile mkstrtable.awk exstatus.awk status.h # # Module tests # -module_tests = t-convert t-percent t-gettime t-sysutils t-sexputil t-exechelp +module_tests = t-convert t-percent t-gettime t-sysutils t-sexputil t-exechelp \ + t-session-env module_maint_tests = t-helpfile t-b64 t_common_ldadd = libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a \ @@ -125,6 +127,5 @@ t_helpfile_LDADD = $(t_common_ldadd) t_sexputil_LDADD = $(t_common_ldadd) t_b64_LDADD = $(t_common_ldadd) t_exechelp_LDADD = $(t_common_ldadd) - - +t_session_env_LDADD = $(t_common_ldadd) |