mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
14 lines
222 B
Makefile
14 lines
222 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 \
|
|
CMakeLists.txt
|
|
|
|
liblyxmythes_a_SOURCES = \
|
|
1.2.5/mythes.cxx \
|
|
1.2.5/mythes.hxx
|