]> git.lyx.org Git - lyx.git/blob - 3rdparty/Makefile.am
02dbfef70b787c26b2501eed2804ba745541f23a
[lyx.git] / 3rdparty / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 DIST_SUBDIRS = boost hunspell 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_ICONV
17 ICONV = libiconv
18 endif
19
20 if USE_INCLUDED_ZLIB
21 ZLIB = zlib
22 endif
23
24 SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)