]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
Cache the value of FontMetrics::xHeight()
[lyx.git] / 3rdparty / Makefile.am
index 9f42c906736176c17adf7776b49adb06e33c41a3..7b5c569f3230d6f87bc16e9941909f64809a593d 100644 (file)
@@ -1,13 +1,14 @@
 include $(top_srcdir)/config/common.am
 
-DIST_SUBDIRS = boost hunspell mythes libiconv zlib
+DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib nod
+
+if USE_INCLUDED_NOD
+NOD = nod
+endif
 
 if USE_INCLUDED_BOOST
-if LYX_USE_STD_REGEX
-else
 BOOST = boost
 endif
-endif
 
 if USE_INCLUDED_HUNSPELL
 HUNSPELL = hunspell
@@ -25,7 +26,11 @@ 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) $(NOD)
 
 EXTRA_DIST = \
        scripts/evince_sync/evince_backward_search \