]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
Cmake build: Adapt handling of mytheslib to automek behaviour
[lyx.git] / 3rdparty / Makefile.am
index 8706d08100c6b07fbab4d8ca4e39e07fa4751ef0..c6cc780644983f9f3f2cb1d3ad847e1b45e90257 100644 (file)
@@ -1,6 +1,28 @@
 include $(top_srcdir)/config/common.am
 
-DIST_SUBDIRS = hunspell libiconv zlib
+DIST_SUBDIRS = boost hunspell mythes libiconv zlib
 
-SUBDIRS = hunspell 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) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)