X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=02dbfef70b787c26b2501eed2804ba745541f23a;hb=1ed70d10fdfa64186c1b640bc83158d94fd1f2f3;hp=40eb64367acac329eab262751b45cdcd522704ac;hpb=a8d78905b6862a2965b10a7394d49f54390a5e73;p=lyx.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index 40eb64367a..02dbfef70b 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -3,7 +3,22 @@ include $(top_srcdir)/config/common.am DIST_SUBDIRS = boost 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) +SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)