]> git.lyx.org Git - features.git/blobdiff - 3rdparty/Makefile.am
fix distcheck
[features.git] / 3rdparty / Makefile.am
index 54ab6c4e63eb9031f124a42a8dfeefa22e710aaf..e21e1cbc01c79a55abb8ae6ac10409b8656ea4da 100644 (file)
@@ -1,13 +1,39 @@
 include $(top_srcdir)/config/common.am
 
-DIST_SUBDIRS = boost hunspell libiconv zlib
+DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib
 
 if USE_INCLUDED_BOOST
+if LYX_USE_STD_REGEX
+else
 BOOST = boost
 endif
+endif
+
+if USE_INCLUDED_HUNSPELL
+HUNSPELL = hunspell
+endif
+
+if USE_INCLUDED_MYTHES
+MYTHES = mythes
+endif
+
+if USE_INCLUDED_ICONV
+ICONV = libiconv
+endif
 
 if USE_INCLUDED_ZLIB
 ZLIB = zlib
 endif
 
-SUBDIRS = $(BOOST) $(ZLIB)
+if BUILD_INCLUDED_DTL
+DTL=dtl
+endif
+
+SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
+
+EXTRA_DIST = \
+       scripts/evince_sync/evince_backward_search \
+       scripts/evince_sync/evince_forward_search \
+       scripts/evince_sync/evince_sync_lyx \
+       scripts/evince_sync/README
+