]> git.lyx.org Git - features.git/blobdiff - 3rdparty/Makefile.am
Amend(2) 2dbf3515:
[features.git] / 3rdparty / Makefile.am
index 9f42c906736176c17adf7776b49adb06e33c41a3..e21e1cbc01c79a55abb8ae6ac10409b8656ea4da 100644 (file)
@@ -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,7 +25,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)
 
 EXTRA_DIST = \
        scripts/evince_sync/evince_backward_search \