diff --git a/src/Makefile.am b/src/Makefile.am index 8630b52db..19c850f6f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,8 @@ AM_CPPFLAGS = \ -DSYSCONFDIR=\""$(sysconfdir)/@PACKAGE@/"\" \ -DLIBEXECDIR=\""$(libexecdir)/@PACKAGE@/"\" \ -DDATADIR=\""$(pkgdatadir)/"\" \ - -DLOCALEDIR=\""$(localedir)"\" + -DLOCALEDIR=\""$(localedir)"\" \ + -DEXTHELPERSDIR=\""@EXTHELPERSDIR@/"\" if CONS_SAVER SUBDIRS += consaver diff --git a/src/textconf.c b/src/textconf.c index 9c25ef35e..dd4c8c5a2 100644 --- a/src/textconf.c +++ b/src/textconf.c @@ -188,6 +188,8 @@ show_datadirs_extended (void) PRINTF_SECTION (_("Config directory:"), mc_global.sysconfig_dir); PRINTF_SECTION (_("Data directory:"), mc_global.share_data_dir); + PRINTF_SECTION (_("File extension handlers:"), EXTHELPERSDIR); + #if defined ENABLE_VFS_EXTFS || defined ENABLE_VFS_FISH PRINTF_SECTION (_("VFS plugins and scripts:"), LIBEXECDIR); #ifdef ENABLE_VFS_EXTFS