X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=c6cc780644983f9f3f2cb1d3ad847e1b45e90257;hb=f162b040b5753ea0023983beb5130973c8383a2b;hp=f936a4c7532f8a1191185f547aa58bd18c3ab105;hpb=08afc52c4cc5fe8740722d7715fd66baa3dd9ffa;p=lyx.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index f936a4c753..c6cc780644 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,10 +1,21 @@ include $(top_srcdir)/config/common.am -DIST_SUBDIRS = boost hunspell libiconv zlib +DIST_SUBDIRS = boost hunspell mythes libiconv zlib if USE_INCLUDED_BOOST +if LYX_USE_STD_REGEX +else BOOST = boost endif +endif + +if USE_INCLUDED_HUNSPELL +HUNSPELL = hunspell +endif + +if USE_INCLUDED_MYTHES +MYTHES = mythes +endif if USE_INCLUDED_ICONV ICONV = libiconv @@ -14,4 +25,4 @@ if USE_INCLUDED_ZLIB ZLIB = zlib endif -SUBDIRS = $(BOOST) $(ICONV) $(ZLIB) +SUBDIRS = $(BOOST) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)