mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 22:49:20 +00:00
bb7551258c
For some reason, I mistyped "myspell" instead of "mythes" as a reflex. I thought that I fixed all occurences, but it appears that I missed one...
13 lines
204 B
Makefile
13 lines
204 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
noinst_LIBRARIES = liblyxmythes.a
|
|
|
|
EXTRA_DIST = \
|
|
1.2.5/AUTHORS \
|
|
1.2.5/COPYING \
|
|
1.2.5/README
|
|
|
|
liblyxmythes_a_SOURCES = \
|
|
1.2.5/mythes.cxx \
|
|
1.2.5/mythes.hxx
|