X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=7b5c569f3230d6f87bc16e9941909f64809a593d;hb=49506153c16d6e435e993e40b7520a5ce2b2471c;hp=02dbfef70b787c26b2501eed2804ba745541f23a;hpb=d67a8cb212dab9ac06fba93e2732af3fa081136a;p=lyx.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index 02dbfef70b..7b5c569f32 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,18 +1,23 @@ include $(top_srcdir)/config/common.am -DIST_SUBDIRS = boost hunspell libiconv zlib +DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib nod + +if USE_INCLUDED_NOD +NOD = nod +endif 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 endif @@ -21,4 +26,15 @@ if USE_INCLUDED_ZLIB ZLIB = zlib endif -SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB) +if BUILD_INCLUDED_DTL +DTL=dtl +endif + +SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) $(NOD) + +EXTRA_DIST = \ + scripts/evince_sync/evince_backward_search \ + scripts/evince_sync/evince_forward_search \ + scripts/evince_sync/evince_sync_lyx \ + scripts/evince_sync/README +