X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=e21e1cbc01c79a55abb8ae6ac10409b8656ea4da;hb=c2be69187ce23951506b097f1465b08f98f79ef1;hp=40eb64367acac329eab262751b45cdcd522704ac;hpb=a8d78905b6862a2965b10a7394d49f54390a5e73;p=lyx.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index 40eb64367a..e21e1cbc01 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,9 +1,39 @@ include $(top_srcdir)/config/common.am -DIST_SUBDIRS = boost hunspell libiconv zlib +DIST_SUBDIRS = boost dtl hunspell mythes 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_MYTHES +MYTHES = mythes +endif + +if USE_INCLUDED_ICONV +ICONV = libiconv +endif + +if USE_INCLUDED_ZLIB +ZLIB = zlib +endif + +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 -SUBDIRS = $(BOOST)