diff --git a/misc/Makefile.am b/misc/Makefile.am
index 4ed4e7a..234376e 100644
a
|
b
|
endif |
14 | 14 | |
15 | 15 | LIBFILES_CONST = \ |
16 | 16 | mcedit.menu \ |
17 | | edit.indent.rc \ |
18 | | edit.spell.rc \ |
19 | 17 | filehighlight.ini \ |
20 | 18 | mc.keymap \ |
21 | 19 | mc.keymap.default \ |
… |
… |
LIBFILES_CONST = \ |
23 | 21 | mc.menu \ |
24 | 22 | mc.menu.sr |
25 | 23 | |
| 24 | LIBFILES_SCRIPT = \ |
| 25 | edit.indent.rc \ |
| 26 | edit.spell.rc |
| 27 | |
26 | 28 | CLEANFILES = $(SCRIPTS_OUT) |
27 | 29 | |
28 | 30 | cfgdir = $(sysconfdir)/@PACKAGE@ |
… |
… |
cfg_DATA = \ |
30 | 32 | $(LIBFILES_CONST) \ |
31 | 33 | $(LIBFILES_OUT) |
32 | 34 | |
| 35 | cfg_SCRIPTS = \ |
| 36 | $(LIBFILES_SCRIPT) |
| 37 | |
33 | 38 | # Files processed by configure don't need to be here |
34 | 39 | EXTRA_DIST = \ |
35 | 40 | $(LIBFILES_CONST) \ |
| 41 | $(LIBFILES_SCRIPT) \ |
36 | 42 | $(SCRIPTS_IN) \ |
37 | 43 | $(noinst_DATA) \ |
38 | 44 | $(pkgdata_DATA) |