diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 2eb1ce1975..ba777880bf 100644 --- a/Makeconfig +++ b/Makeconfig @@ -217,6 +217,12 @@ i18ndir = $(datadir)/i18n endif inst_i18ndir = $(install_root)$(i18ndir) +# Where to install the shared object for charset transformation. +ifndef gconvdir +gconvdir = $(libdir)/gconv +endif +inst_gconvdir = $(install_root)$(gconvdir) + # Where to install programs. ifndef bindir |