]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
Add "Plain" quotation mark style
[lyx.git] / 3rdparty / Makefile.am
index f936a4c7532f8a1191185f547aa58bd18c3ab105..02dbfef70b787c26b2501eed2804ba745541f23a 100644 (file)
@@ -3,8 +3,15 @@ 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
@@ -14,4 +21,4 @@ if USE_INCLUDED_ZLIB
 ZLIB = zlib
 endif
 
-SUBDIRS = $(BOOST) $(ICONV) $(ZLIB)
+SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)