X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2FMakefile.am;h=7b5c569f3230d6f87bc16e9941909f64809a593d;hb=d008ca2539158ab5ddcc9b5887d8517c300c42c1;hp=ec12adb8831245140c00011b9256aa66621437f5;hpb=f3ec89cfa15feae8aa3185413eda55f28cc6551e;p=features.git diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am index ec12adb883..7b5c569f32 100644 --- a/3rdparty/Makefile.am +++ b/3rdparty/Makefile.am @@ -1,6 +1,10 @@ include $(top_srcdir)/config/common.am -DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib +DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib nod + +if USE_INCLUDED_NOD +NOD = nod +endif if USE_INCLUDED_BOOST BOOST = boost @@ -26,7 +30,7 @@ if BUILD_INCLUDED_DTL DTL=dtl endif -SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) +SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) $(NOD) EXTRA_DIST = \ scripts/evince_sync/evince_backward_search \