]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
Comments
[lyx.git] / 3rdparty / Makefile.am
index 227fe280f46caeea94e45a16e29cf61bc6778afe..7b5c569f3230d6f87bc16e9941909f64809a593d 100644 (file)
@@ -1,6 +1,14 @@
 include $(top_srcdir)/config/common.am
 
-DIST_SUBDIRS = 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
+endif
 
 if USE_INCLUDED_HUNSPELL
 HUNSPELL = hunspell
@@ -22,7 +30,7 @@ if BUILD_INCLUDED_DTL
 DTL=dtl
 endif
 
-SUBDIRS = $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
+SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) $(NOD)
 
 EXTRA_DIST = \
        scripts/evince_sync/evince_backward_search \