X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=7b5c569f3230d6f87bc16e9941909f64809a593d;hb=657ab04d8e6d9bd1b9078cf02d1814eff4691e72;hp=54ab6c4e63eb9031f124a42a8dfeefa22e710aaf;hpb=78e17b1579d4f9282deccd905ad613b3f06abb31;p=features.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index 54ab6c4e63..7b5c569f32 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,13 +1,40 @@ 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 BOOST = boost endif +if USE_INCLUDED_HUNSPELL +HUNSPELL = hunspell +endif + +if USE_INCLUDED_MYTHES +MYTHES = mythes +endif + +if USE_INCLUDED_ICONV +ICONV = libiconv +endif + if USE_INCLUDED_ZLIB ZLIB = zlib endif -SUBDIRS = $(BOOST) $(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 +