X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=c6cc780644983f9f3f2cb1d3ad847e1b45e90257;hb=55012674c87bae73da86b64148427b0e6e3c58f4;hp=02dbfef70b787c26b2501eed2804ba745541f23a;hpb=d67a8cb212dab9ac06fba93e2732af3fa081136a;p=lyx.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index 02dbfef70b..c6cc780644 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,6 +1,6 @@ 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 @@ -13,6 +13,10 @@ if USE_INCLUDED_HUNSPELL HUNSPELL = hunspell endif +if USE_INCLUDED_MYTHES +MYTHES = mythes +endif + if USE_INCLUDED_ICONV ICONV = libiconv endif @@ -21,4 +25,4 @@ if USE_INCLUDED_ZLIB ZLIB = zlib endif -SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB) +SUBDIRS = $(BOOST) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)