X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=e21e1cbc01c79a55abb8ae6ac10409b8656ea4da;hb=0ef96e4dec5f06e75766de9fbca1e16540d3b7e6;hp=c6cc780644983f9f3f2cb1d3ad847e1b45e90257;hpb=0e50ad8b164724b8e05005c6c5e21d51cd8c8421;p=features.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index c6cc780644..e21e1cbc01 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/common.am -DIST_SUBDIRS = boost hunspell mythes libiconv zlib +DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib if USE_INCLUDED_BOOST if LYX_USE_STD_REGEX @@ -25,4 +25,15 @@ if USE_INCLUDED_ZLIB ZLIB = zlib endif -SUBDIRS = $(BOOST) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) +if BUILD_INCLUDED_DTL +DTL=dtl +endif + +SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) + +EXTRA_DIST = \ + scripts/evince_sync/evince_backward_search \ + scripts/evince_sync/evince_forward_search \ + scripts/evince_sync/evince_sync_lyx \ + scripts/evince_sync/README +