]> git.lyx.org Git - lyx.git/blob - 3rdparty/Makefile.am
Cmake build: Adapt handling of mytheslib to automek behaviour
[lyx.git] / 3rdparty / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 DIST_SUBDIRS = boost hunspell mythes libiconv zlib
4
5 if USE_INCLUDED_BOOST
6 if LYX_USE_STD_REGEX
7 else
8 BOOST = boost
9 endif
10 endif
11
12 if USE_INCLUDED_HUNSPELL
13 HUNSPELL = hunspell
14 endif
15
16 if USE_INCLUDED_MYTHES
17 MYTHES = mythes
18 endif
19
20 if USE_INCLUDED_ICONV
21 ICONV = libiconv
22 endif
23
24 if USE_INCLUDED_ZLIB
25 ZLIB = zlib
26 endif
27
28 SUBDIRS = $(BOOST) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)