X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=02dbfef70b787c26b2501eed2804ba745541f23a;hb=6e22bb17c716825cee49484d2ba4cd964f9c273c;hp=8706d08100c6b07fbab4d8ca4e39e07fa4751ef0;hpb=5537d1a1f03bb969d22e0d42a81317735c41c233;p=lyx.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index 8706d08100..02dbfef70b 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,6 +1,24 @@ include $(top_srcdir)/config/common.am -DIST_SUBDIRS = hunspell libiconv zlib +DIST_SUBDIRS = boost hunspell libiconv zlib -SUBDIRS = hunspell 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_ICONV +ICONV = libiconv +endif + +if USE_INCLUDED_ZLIB +ZLIB = zlib +endif + +SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)