]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
* ANNOUNCE
[lyx.git] / 3rdparty / Makefile.am
index c32db865b88a1af188d81e474ab6a47422a27866..7b5c569f3230d6f87bc16e9941909f64809a593d 100644 (file)
@@ -1,6 +1,10 @@
 include $(top_srcdir)/config/common.am
 
-DIST_SUBDIRS = boost hunspell libiconv zlib
+DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib nod
+
+if USE_INCLUDED_NOD
+NOD = nod
+endif
 
 if USE_INCLUDED_BOOST
 BOOST = boost
@@ -10,6 +14,10 @@ if USE_INCLUDED_HUNSPELL
 HUNSPELL = hunspell
 endif
 
+if USE_INCLUDED_MYTHES
+MYTHES = mythes
+endif
+
 if USE_INCLUDED_ICONV
 ICONV = libiconv
 endif
@@ -18,4 +26,15 @@ if USE_INCLUDED_ZLIB
 ZLIB = zlib
 endif
 
-SUBDIRS = $(BOOST) $(HUNSPELL) $(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 \
+       scripts/evince_sync/evince_forward_search \
+       scripts/evince_sync/evince_sync_lyx \
+       scripts/evince_sync/README
+