Add info about ext.d directory to output of 'mc -F' command.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2012-09-26 10:23:42 +04:00
parent 48846a3b37
commit 99ef9f6cde
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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