mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* lib/Makefile.am: Make compatible with Automake 1.4 - remove
conditional variables from EXTRA_DIST.
This commit is contained in:
parent
d1ebd015ce
commit
74ea91f34d
@ -1,3 +1,8 @@
|
||||
2001-06-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/Makefile.am: Make compatible with Automake 1.4 - remove
|
||||
conditional variables from EXTRA_DIST.
|
||||
|
||||
2001-06-05 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
|
||||
|
@ -13,8 +13,7 @@ endif
|
||||
LOCALIZED_HELP = mc.hlp.hu
|
||||
LIBFILES_OUT = mc.ext
|
||||
LIBFILES_CONST = mc.hint mc.hint.es mc.hint.cs mc.hint.it mc.hint.pl \
|
||||
mc.hint.ru mc.lib mc.menu cedit.menu edit.indent.rc \
|
||||
$(LIBFILES_ADD)
|
||||
mc.hint.ru mc.lib mc.menu cedit.menu edit.indent.rc
|
||||
|
||||
noinst_DATA = \
|
||||
xnc.hlp \
|
||||
@ -30,7 +29,7 @@ suppbin_SCRIPTS = mc.csh mc.sh
|
||||
desktop_DATA = startup.links README.desktop
|
||||
ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
|
||||
|
||||
mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_OUT) $(LOCALIZED_HELP)
|
||||
mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT) $(LOCALIZED_HELP)
|
||||
|
||||
# Files processed by configure don't need to be here
|
||||
EXTRA_DIST = \
|
||||
|
Loading…
Reference in New Issue
Block a user