diff options
| -rw-r--r-- | leim/Makefile.in | 1 | ||||
| -rw-r--r-- | leim/makefile.w32-in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 2f96cf29eb8..c70eaa6067a 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -110,6 +110,7 @@ UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \ | |||
| 110 | 110 | ||
| 111 | SLAVIC= \ | 111 | SLAVIC= \ |
| 112 | ${srcdir}/quail/czech.elc \ | 112 | ${srcdir}/quail/czech.elc \ |
| 113 | ${srcdir}/quail/croatian.elc \ | ||
| 113 | ${srcdir}/quail/slovak.elc | 114 | ${srcdir}/quail/slovak.elc |
| 114 | 115 | ||
| 115 | GREEK=${srcdir}/quail/greek.elc | 116 | GREEK=${srcdir}/quail/greek.elc |
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 64bbda36ad3..6fd06dd0959 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in | |||
| @@ -105,6 +105,7 @@ UNICODE=$(srcdir)/quail/sgml-input.elc \ | |||
| 105 | 105 | ||
| 106 | SLAVIC= \ | 106 | SLAVIC= \ |
| 107 | $(srcdir)/quail/czech.elc \ | 107 | $(srcdir)/quail/czech.elc \ |
| 108 | $(srcdir)/quail/croatian.elc \ | ||
| 108 | $(srcdir)/quail/slovak.elc | 109 | $(srcdir)/quail/slovak.elc |
| 109 | 110 | ||
| 110 | GREEK=$(srcdir)/quail/greek.elc | 111 | GREEK=$(srcdir)/quail/greek.elc |