]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
Add "Plain" quotation mark style
[lyx.git] / 3rdparty / Makefile.am
index 40eb64367acac329eab262751b45cdcd522704ac..02dbfef70b787c26b2501eed2804ba745541f23a 100644 (file)
@@ -3,7 +3,22 @@ include $(top_srcdir)/config/common.am
 DIST_SUBDIRS = boost 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_ICONV
+ICONV = libiconv
+endif
+
+if USE_INCLUDED_ZLIB
+ZLIB = zlib
+endif
 
-SUBDIRS = $(BOOST)
+SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)